diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 85edd6c..3da48c9 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -23,7 +23,6 @@ RUN npm ci --only=production # Copy built assets from build stage COPY --from=build --chown=appuser:appgroup /app/.next ./.next -COPY --from=build --chown=appuser:appgroup /app/public ./public COPY --from=build --chown=appuser:appgroup /app/next.config.js ./next.config.js ENV NODE_ENV=production