mirror of
https://github.com/hnhx/librex.git
synced 2025-01-25 10:13:03 -03:00
refactor: set the 'Dockerfiles' to use 'Alpine' images as the base
This commit is contained in:
parent
cc11ab9fff
commit
77915000b4
3 changed files with 3 additions and 1 deletions
|
@ -0,0 +1 @@
|
|||
FROM php:7.4-fpm-alpine
|
|
@ -0,0 +1 @@
|
|||
FROM nginx:stable-alpine
|
|
@ -1,4 +1,4 @@
|
|||
FROM docker:20.10
|
||||
FROM docker:20.10-cli
|
||||
WORKDIR "/home/librex"
|
||||
|
||||
# Docker metadata contains information about the maintainer, such as the name, repository, and support email
|
||||
|
|
Loading…
Add table
Reference in a new issue