Skip to content

Commit 72297fa

Browse files
jpengstJP Engstrom
andauthored
adds frozen-lockfile to yarn install (#1197)
Co-authored-by: JP Engstrom <jpengstrom@MacBook-Pro.local>
1 parent 3913dc0 commit 72297fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY --chown=app . $APP_HOME
2323
# cached pages / assets to be kept and cleaned the way Rails expects them to be while keeping deployment very fast.
2424
# The assets/packs get copied back by rsync on app load (see ops/nginx.sh)
2525
RUN /sbin/setuser app bash -l -c " \
26-
DB_ADAPTER=nulldb yarn install --ignore-scripts && \
26+
DB_ADAPTER=nulldb yarn install --frozen-lockfile --ignore-scripts && \
2727
yarn run uv-install && yarn run uv-config && \
2828
bundle exec rake assets:precompile && \
2929
mv ./public/assets ./public/assets-new && \

0 commit comments

Comments
 (0)