mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
Fix Dockerfile syntax for RUN command
This commit is contained in:
@@ -25,7 +25,7 @@ COPY . .
|
|||||||
|
|
||||||
# ENV NEXT_TELEMETRY_DISABLED 1
|
# 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
|
##### RUNNER
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user