mirror of
https://github.com/hnhx/librex.git
synced 2025-04-29 14:09:27 -04:00
chore: move the templates to their appropriate folders
This commit is contained in:
parent
656d9aa2d6
commit
779cdf0da3
6 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
ARG VERSION="3.17"
|
ARG VERSION="3.17"
|
||||||
FROM alpine:${VERSION} AS builder
|
FROM alpine:${VERSION} AS runner
|
||||||
WORKDIR "/home/librex"
|
WORKDIR "/home/librex"
|
||||||
|
|
||||||
# Docker metadata contains information about the maintainer, such as the name, repository, and support email
|
# Docker metadata contains information about the maintainer, such as the name, repository, and support email
|
||||||
|
|
|
@ -1 +1,4 @@
|
||||||
FROM nginx:stable-alpine
|
# syntax=docker/dockerfile:1
|
||||||
|
ARG VERSION="3.17"
|
||||||
|
FROM alpine:${VERSION} AS builder
|
||||||
|
WORKDIR "/home/librex"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue