build: 🔨 Docker setup

Dockerfile, docker-compose and entrypoint
This commit is contained in:
Juan Rodriguez
2021-06-13 09:01:22 -05:00
parent d02df35d86
commit a17a42e792
6 changed files with 103 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
set -e
echo "Environment: $RAILS_ENV"
bundle check || bundle install --jobs 20 --retry 5
rm -f $APP_PATH/tmp/pids/server.pid
${@}