Skip to content

Commit

Permalink
rails 72 test results
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Nov 2, 2024
1 parent c53ae88 commit 32aa0d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/results/solid_queue_sqlite3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ ENV DATABASE_URL="sqlite3:///data/production.sqlite3"
ENTRYPOINT ["/rails/bin/docker-entrypoint"]

# Start the server by default, this can be overwritten at runtime
EXPOSE 80
EXPOSE 3000
VOLUME /data
CMD ["bundle", "exec", "thrust", "./bin/rails", "server"]
CMD ["./bin/rails", "server"]

0 comments on commit 32aa0d8

Please sign in to comment.