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.
2 parents be2363d + 1d7f265 commit f4709f2Copy full SHA for f4709f2
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