Skip to content

Commit

Permalink
remove ls's
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-shaw committed Feb 24, 2025
1 parent 7c50604 commit e7be5c4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,4 @@ RUN apk update && apk add --no-cache openssl && \

COPY nginx.conf /etc/nginx/conf.d
COPY --from=builder /app/node_modules/govuk-frontend/dist/govuk/assets /app/static/assets/
COPY --from=builder /app/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.* /app/static

RUN ls -la /app/static && sleep 10
RUN ls -la /app/static/assets && sleep 10
RUN ls -la /app/static/assets/fonts && sleep 10
RUN ls -la /app/static/assets/images && sleep 10
COPY --from=builder /app/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.* /app/static

0 comments on commit e7be5c4

Please sign in to comment.