Fix Dockerfile syntax for RUN command

This commit is contained in:
Andras Bacsai
2025-11-06 12:05:57 +01:00
committed by GitHub
parent 4ce7c0c566
commit 017cf2375f

View File

@@ -25,7 +25,7 @@ COPY . .
# ENV NEXT_TELEMETRY_DISABLED 1
RUN npx prisma generate && npm run build && npm cache clean --force"
RUN npx prisma generate && npm run build && npm cache clean --force
##### RUNNER