Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
https redirect for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
marcushellberg committed Nov 27, 2017
1 parent 6168e92 commit f9ba764
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 @@ -12,4 +12,4 @@ WORKDIR /app

RUN bower install --allow-root && npm install && polymer build
EXPOSE 8080
CMD ["prpl-server", "--root", "build", "--config", "polymer.json", "--bot-proxy", "--host", "0.0.0.0"]
CMD ["prpl-server", "--root", "build", "--config", "polymer.json", "--bot-proxy", "--host", "0.0.0.0", "--https-redirect"]

0 comments on commit f9ba764

Please sign in to comment.