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

Commit

Permalink
Merge pull request #74 from joselfonseca/feature/docker-improvements
Browse files Browse the repository at this point in the history
Feature docker improvements
  • Loading branch information
joselfonseca authored Oct 19, 2020
2 parents 1174b4d + 7cb7050 commit 312ea10
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 433 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
FROM joselfonsecadt/nginx-php7.4:latest

MAINTAINER Jose Fonseca <[email protected]>

WORKDIR /var/www/html/

COPY . /var/www/html/

EXPOSE 80

CMD ["/usr/bin/supervisord"]
CMD ["/usr/bin/supervisord"]
Loading

0 comments on commit 312ea10

Please sign in to comment.