Skip to content

Commit

Permalink
fix Docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
chepe4pi committed Nov 18, 2016
1 parent c8f84ab commit 1237d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ RUN apt-get update \

COPY . $PROJECT_DIR

CMD gunicorn --bind $GUNICORN_BIND --log-level debug --access-logfile - --error-logfile - ethereum_scanner.wsgi
CMD cd $PROJECT_DIR && gunicorn --bind $GUNICORN_BIND --log-level debug --access-logfile - --error-logfile - ethereum_scanner.wsgi

0 comments on commit 1237d82

Please sign in to comment.