We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d6d86 commit 8767d29Copy full SHA for 8767d29
Dockerfile
@@ -180,6 +180,7 @@ RUN yarn build
180
# Pre-compile assets so we don't have to do it after deployment.
181
# NOTE: dummy SECRET_KEY_BASE to prevent spurious initializer issues
182
# -- see https://github.com/rails/rails/issues/32947
183
+WORKDIR /opt/app
184
RUN SECRET_KEY_BASE=1 rails assets:precompile --trace
185
186
# ------------------------------------------------------------
0 commit comments