mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
Fix Dockerfile syntax for RUN command
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user