63acab3cf7
* fix: remove config.key from Dockerfile * refactor: remove redis * chore: update README * feat: precompile assets on build Dockerfile
8 lines
65 B
Bash
8 lines
65 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
rm -f "$APP_PATH/tmp/pids/server.pid"
|
|
|
|
"${@}"
|