fix: remove unused wget install from backoffice Dockerfile
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 7s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-26 15:03:21 +01:00
parent 6987ef1066
commit ad05f10ab2

View File

@@ -14,7 +14,6 @@ WORKDIR /app
ENV NODE_ENV=production
ENV PORT=7082
ENV HOST=0.0.0.0
RUN apk add --no-cache wget
COPY --from=builder /app/.next/standalone ./
COPY --from=builder /app/.next/static ./.next/static
COPY --from=builder /app/public ./public