We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c955a commit 1d7f265Copy full SHA for 1d7f265
Dockerfile
@@ -41,4 +41,4 @@ RUN yarn install --silent --no-progress --no-audit --no-optional
41
RUN mkdir -p /var/www/quran/tmp/pids/
42
43
EXPOSE 3000
44
-CMD ["bundle", "exec", "puma", "-C", "config/puma.rb"]
+CMD ["/bin/sh", "-lc", "set -a; [ -f .env ] && . .env; set +a; exec bundle exec puma -C config/puma.rb"]
0 commit comments