Update Dockerfile
This commit is contained in:
parent
bd32d48104
commit
60103dbd62
1 changed files with 1 additions and 2 deletions
|
|
@ -64,8 +64,7 @@ RUN bun build src/main.ts --outdir dist --target bun
|
||||||
|
|
||||||
FROM base-node AS production-main
|
FROM base-node AS production-main
|
||||||
|
|
||||||
# Copy built application from build stage
|
COPY --from=build-main --chown=node:node /app/.svelte-kit/output ./build
|
||||||
COPY --from=build-main --chown=node:node /app/build ./build
|
|
||||||
COPY --from=build-main --chown=node:node /app/node_modules ./node_modules
|
COPY --from=build-main --chown=node:node /app/node_modules ./node_modules
|
||||||
COPY --from=build-main --chown=node:node /app/package.json ./package.json
|
COPY --from=build-main --chown=node:node /app/package.json ./package.json
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue