mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
Comment out the build command in Dockerfile to prevent execution during image build
This commit is contained in:
@@ -19,7 +19,7 @@ ENV SOURCE_COMMIT=${SOURCE_COMMIT}
|
||||
ENV NODE_ENV=production
|
||||
|
||||
# Run build script
|
||||
RUN bun run build
|
||||
# RUN bun run build
|
||||
|
||||
FROM build AS release
|
||||
USER bun
|
||||
|
||||
Reference in New Issue
Block a user