We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3913dc0 commit 72297faCopy full SHA for 72297fa
Dockerfile
@@ -23,7 +23,7 @@ COPY --chown=app . $APP_HOME
23
# cached pages / assets to be kept and cleaned the way Rails expects them to be while keeping deployment very fast.
24
# The assets/packs get copied back by rsync on app load (see ops/nginx.sh)
25
RUN /sbin/setuser app bash -l -c " \
26
- DB_ADAPTER=nulldb yarn install --ignore-scripts && \
+ DB_ADAPTER=nulldb yarn install --frozen-lockfile --ignore-scripts && \
27
yarn run uv-install && yarn run uv-config && \
28
bundle exec rake assets:precompile && \
29
mv ./public/assets ./public/assets-new && \
0 commit comments