33eb56f686
Redis cache store, Production Dockerfile, Github actions workflow
7 lines
60 B
Bash
7 lines
60 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
rm -f $APP_PATH/tmp/pids/server.pid
|
|
|
|
${@} |