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 36e62cd commit b809ba1Copy full SHA for b809ba1
Dockerfile
@@ -36,6 +36,7 @@ RUN rm -rf /usr/local/share/.cache/* /usr/local/bundle/cache/* /opt/bundle/cache
36
37
# prepare the environment
38
ENV RAILS_ENV=production RAILS_LOG_TO_STDOUT=true RAILS_SERVE_STATIC_FILES=true
39
+WORKDIR /
40
41
# prepare and run the application
42
CMD rm -rf /opt/turbo_boost-commands && \
0 commit comments