Skip to content

Commit

Permalink
Expose port 3000 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
siegy22 committed Jan 10, 2023
1 parent f911406 commit 9cff8b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ ENV RAILS_ENV=production \
VOLUME /synchronist/storage

ENTRYPOINT ["docker-entrypoint.sh"]
EXPOSE 3000
CMD ["rails", "server", "--binding", "0.0.0.0"]

0 comments on commit 9cff8b3

Please sign in to comment.