chore: move the templates to their appropriate folders

This commit is contained in:
Junior L. Botelho (JLB) 2023-02-11 20:08:33 -03:00
parent 656d9aa2d6
commit 779cdf0da3
No known key found for this signature in database
GPG Key ID: 6A25840754F2A524
6 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG VERSION="3.17"
FROM alpine:${VERSION} AS builder
FROM alpine:${VERSION} AS runner
WORKDIR "/home/librex"
# Docker metadata contains information about the maintainer, such as the name, repository, and support email

View File

@ -1 +1,4 @@
FROM nginx:stable-alpine
# syntax=docker/dockerfile:1
ARG VERSION="3.17"
FROM alpine:${VERSION} AS builder
WORKDIR "/home/librex"

View File

@ -1 +1,4 @@
FROM php:7.4-fpm-alpine
# syntax=docker/dockerfile:1
ARG VERSION="3.17"
FROM alpine:${VERSION} AS builder
WORKDIR "/home/librex"