Docker config changes for cli editor
This commit is contained in:
parent
297138b0d4
commit
b756df38a9
6 changed files with 64 additions and 203 deletions
8
bin/dev_entrypoint
Executable file
8
bin/dev_entrypoint
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ -f /app/tmp/pids/server.pid ]; then
|
||||
rm /app/tmp/pids/server.pid
|
||||
fi
|
||||
|
||||
exec "$@"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue