fix: remove unnecessary .env.production copy from Dockerfile

This commit is contained in:
Noooste
2025-12-08 23:57:35 +01:00
parent 0553479055
commit 3d88d1628a
-2
View File
@@ -8,8 +8,6 @@ RUN npm ci
COPY frontend/ .
COPY frontend/.env.production .env
RUN npm run build
FROM golang:1.25.4-alpine3.22 AS backend-builder