From e7be5c403e1cf22a9239b5e62c539f5245ea2e04 Mon Sep 17 00:00:00 2001 From: Matt Shaw Date: Mon, 24 Feb 2025 15:36:43 +0000 Subject: [PATCH] remove ls's --- web/Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/web/Dockerfile b/web/Dockerfile index 68901ff..1db4db4 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -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 \ No newline at end of file