mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +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
|
# Now copy the rest of your source code
|
||||||
COPY . .
|
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
|
FROM build AS release
|
||||||
USER bun
|
USER bun
|
||||||
|
|||||||
Reference in New Issue
Block a user