Skip to content

Commit

Permalink
Expose port 3000.
Browse files Browse the repository at this point in the history
  • Loading branch information
anolson committed May 29, 2024
1 parent 2e362b0 commit d2cf397
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 @@ -58,6 +58,7 @@ USER appuser
COPY --chown=appuser:appuser . $APP_HOME
COPY --from=build --chown=appuser:appuser $APP_HOME/vendor/bundle $APP_HOME/vendor/bundle

EXPOSE 3000
ENTRYPOINT ["./docker-entrypoint.sh"]
CMD ["bin/server"]

Expand Down Expand Up @@ -100,5 +101,6 @@ RUN bundle exec bootsnap precompile app/ lib/

RUN SECRET_KEY_BASE=$(bin/rake secret) bin/rake assets:clean assets:precompile

EXPOSE 3000
ENTRYPOINT ["./docker-entrypoint.sh"]
CMD ["bin/server"]

0 comments on commit d2cf397

Please sign in to comment.