Skip to content

Commit

Permalink
run bundle as we've updated bulkrax
Browse files Browse the repository at this point in the history
  • Loading branch information
cziaarm committed Dec 10, 2024
1 parent bb248a7 commit 7213bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ services:
## With the following line, uncommented during active development, we'll
## run bundle then boot the web-server.
##
# command: sh -l -c "bundle && bundle exec puma -v -b tcp://0.0.0.0:3000"
command: sh -l -c "bundle && bundle exec puma -v -b tcp://0.0.0.0:3000"
##
## Similar to the above, except we will bundle and then tell the container
## to wait. You'll then need to bash into the web container and start the
Expand Down

0 comments on commit 7213bdb

Please sign in to comment.