Files
bit/entrypoint.sh
T
Juan Rodriguez 33eb56f686 ci: 👷 Github actions setup, heroku deployment
Redis cache store, Production Dockerfile, Github actions workflow
2021-06-14 17:14:48 -05:00

7 lines
60 B
Bash

#!/bin/sh
set -e
rm -f $APP_PATH/tmp/pids/server.pid
${@}