Update apps/api/Dockerfile
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 5m4s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 5m4s
This commit is contained in:
parent
7f715790b9
commit
e11c7d2e5c
@ -15,7 +15,7 @@ COPY /cache /pnpm/store
|
|||||||
COPY apps/api/package.json apps/api/pnpm-lock.yaml ./
|
COPY apps/api/package.json apps/api/pnpm-lock.yaml ./
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN pnpm install --frozen-lockfile
|
RUN pnpm install --frozen-lockfile
|
||||||
RUN pnpm run build
|
RUN pnpm run build || { echo 'Build failed'; exit 1; }
|
||||||
|
|
||||||
# Install packages needed for deployment
|
# Install packages needed for deployment
|
||||||
FROM base
|
FROM base
|
||||||
|
Loading…
Reference in New Issue
Block a user