Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
trying to run nginx? maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamh committed Aug 4, 2017
1 parent 4e91c9e commit 9defffd
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 @@ -33,6 +33,6 @@ RUN mkdir -p /var/www/data

EXPOSE 3000 3001 5901

CMD xvfb-run --server-args="-screen 0 1024x768x24" /usr/bin/python3 /usr/src/app/njcampfin/__init__.py "" "" 2017 GOVERNOR /var/www/data/nj_campfin_governor.json True True > /var/www/data/nj_campfin_governor_output.txt
CMD /usr/sbin/nginx & xvfb-run --server-args="-screen 0 1024x768x24" /usr/bin/python3 /usr/src/app/njcampfin/__init__.py "" "" 2017 GOVERNOR /var/www/data/nj_campfin_governor.json True True > /var/www/data/nj_campfin_governor_output.txt


0 comments on commit 9defffd

Please sign in to comment.