Improve build step
Some checks failed
Run tests, build docker images and deploy / Docker build and push (push) Successful in 11m7s
Run tests, build docker images and deploy / Deploy on server (push) Failing after 21s

This commit is contained in:
2025-08-12 19:03:46 +04:00
parent bb3f86af4c
commit 0b3918886d
2 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,6 @@ RUN mkdir -p /temp/prod
COPY package.json bun.lock /temp/prod/
RUN cd /temp/prod && bun install --frozen-lockfile --production
FROM base AS prerelease
COPY --from=install /temp/prod/node_modules node_modules
COPY . .