Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit 312ea10

Browse files
authored
Merge pull request #74 from joselfonseca/feature/docker-improvements
Feature docker improvements
2 parents 1174b4d + 7cb7050 commit 312ea10

File tree

4 files changed

+327
-433
lines changed

4 files changed

+327
-433
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
FROM joselfonsecadt/nginx-php7.4:latest
22

3-
MAINTAINER Jose Fonseca <[email protected]>
4-
53
WORKDIR /var/www/html/
64

75
COPY . /var/www/html/
86

97
EXPOSE 80
108

11-
CMD ["/usr/bin/supervisord"]
9+
CMD ["/usr/bin/supervisord"]

0 commit comments

Comments
 (0)