Skip to content

Commit

Permalink
Merge pull request #79 from rit-sse/docker-fix
Browse files Browse the repository at this point in the history
Updated env var for prod
  • Loading branch information
khanny17 authored May 2, 2017
2 parents a4be30e + ce2fb78 commit a5acb7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ RUN chmod +x /usr/src/app/entrypoint.sh
RUN bower install --allow-root
RUN npm run prodGulp

ENV ENVIRONMENT=prod

EXPOSE 8080

ENTRYPOINT ["./entrypoint.sh"]

0 comments on commit a5acb7a

Please sign in to comment.