Skip to content

Commit

Permalink
Run commands separately
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrett committed Dec 4, 2023
1 parent 456be39 commit b673fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.azure
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ ENV GOVUK_APP_DOMAIN=www.gov.uk \
WORKDIR /app
COPY . .

RUN bundle exec rake assets:precompile && \
apk del nodejs yarn && \
RUN bundle exec rake assets:precompile
RUN apk del nodejs yarn && \
rm -rf yarn.lock && \
rm -rf tmp/* log/* node_modules /usr/local/share/.cache /tmp/*

Expand Down

0 comments on commit b673fd8

Please sign in to comment.