refactor: set the 'Dockerfiles' to use 'Alpine' images as the base

This commit is contained in:
Junior L. Botelho (JLB) 2023-02-11 01:33:34 -03:00
parent cc11ab9fff
commit 77915000b4
No known key found for this signature in database
GPG Key ID: 6A25840754F2A524
3 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
FROM php:7.4-fpm-alpine

View File

@ -0,0 +1 @@
FROM nginx:stable-alpine

View File

@ -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