Skip to content

Commit

Permalink
dev: Minor docker cleanup (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpokhrel authored Nov 14, 2020
1 parent dc387eb commit 30268c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions .dockerignore

This file was deleted.

2 changes: 1 addition & 1 deletion docker/client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ COPY ./configs/default.conf /etc/nginx/conf.d/default.conf
EXPOSE 80
ENV SERVER_URL http://0.0.0.0:8081

WORKDIR /var/www/example
WORKDIR /var/www/html

ENTRYPOINT ["/usr/bin/supervisord", "-n", "-c", "/etc/supervisord.conf"]

0 comments on commit 30268c4

Please sign in to comment.