add default port to dockerfile
This commit is contained in:
parent
99d9cd587e
commit
694bf43738
@ -39,4 +39,6 @@ COPY . .
|
|||||||
# Compile assets
|
# Compile assets
|
||||||
RUN bundle exec rails webpacker:clobber webpacker:compile
|
RUN bundle exec rails webpacker:clobber webpacker:compile
|
||||||
|
|
||||||
|
ENV PORT=80
|
||||||
|
EXPOSE 80
|
||||||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user