add default port to dockerfile

This commit is contained in:
Dan Elbert 2020-05-04 17:59:11 -05:00
parent 99d9cd587e
commit 694bf43738

View File

@ -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"]