Browse Source

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

Junior L. Botelho (JLB) 2 years ago
parent
commit
77915000b4
3 changed files with 3 additions and 1 deletions
  1. 1 0
      .docker/php/php.dockerfile
  2. 1 0
      .docker/server/nginx.dockerfile
  3. 1 1
      Dockerfile

+ 1 - 0
.docker/php/php.dockerfile

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

+ 1 - 0
.docker/server/nginx.dockerfile

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

+ 1 - 1
Dockerfile

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