(wip) rewrite dockerfile

This commit is contained in:
Vri 🌈 2023-05-04 13:57:27 +02:00
parent 0e72ac66c8
commit bc541dc0fa
Signed by: vrifox
GPG key ID: D40098E5B60B2197
3 changed files with 19 additions and 32 deletions

View file

@ -3,6 +3,4 @@ set -e
if [ -f ./tmp/pids/server.pid ]; then
rm ./tmp/pids/server.pid
fi
exec bundle exec "$@"
fi