Skip to content

Commit

Permalink
rm server.pid entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhacaz committed Dec 29, 2023
1 parent 61585f8 commit 4552d5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/docker-entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# If running the rails server then create or migrate existing database
if [ "${1}" == "./bin/rails" ] && [ "${2}" == "server" ]; then
rm -f tmp/pids/server.pid
./bin/rails db:prepare
fi

Expand Down

0 comments on commit 4552d5b

Please sign in to comment.