mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
Comment out Docker build stage and settings
Comment out build stage and related environment variables.
This commit is contained in:
@@ -10,11 +10,11 @@ RUN bun install --frozen-lockfile
|
||||
# Now copy the rest of your source code
|
||||
COPY . .
|
||||
|
||||
FROM base AS build
|
||||
#FROM base AS build
|
||||
|
||||
ENV NODE_ENV=production
|
||||
#ENV NODE_ENV=production
|
||||
|
||||
RUN bun run build
|
||||
#RUN bun run build
|
||||
|
||||
FROM build AS release
|
||||
USER bun
|
||||
|
||||
Reference in New Issue
Block a user