From 4623e7ee790258e53d07beebf98390aed3270250 Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 4 Oct 2024 12:08:22 +0100 Subject: [PATCH] ? --- apps/frontend/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/frontend/Dockerfile b/apps/frontend/Dockerfile index dabd27d..80a0d55 100644 --- a/apps/frontend/Dockerfile +++ b/apps/frontend/Dockerfile @@ -50,9 +50,6 @@ RUN apk add --no-cache cairo pango libjpeg-turbo giflib ARG GIT_REV ENV GIT_REV=${GIT_REV} -# Debug to check .next output -RUN ls -al /app/apps/frontend/.next/standalone - # Don't run production as root RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs