This commit is contained in:
2025-01-25 21:50:18 -08:00
parent cf0115d3d2
commit 73fae16858
3 changed files with 3 additions and 3 deletions

View File

@ -68,5 +68,5 @@ USER 1000:1000
ENTRYPOINT ["/rails/bin/docker-entrypoint"]
# Start server via Thruster by default, this can be overwritten at runtime
EXPOSE 80
EXPOSE 3000
CMD ["./bin/thrust", "./bin/rails", "server"]