Dockerfile for production
This commit is contained in:
parent
03256d28dd
commit
fa32fc9229
2 changed files with 15 additions and 25 deletions
8
docker-entrypoint.sh
Executable file
8
docker-entrypoint.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
if [ -f tmp/pids/server.pid ]; then
|
||||
rm tmp/pids/server.pid
|
||||
fi
|
||||
|
||||
exec "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue