Skip to content

Commit 75636de

Browse files
committed
fix fe docker
1 parent dfac8a6 commit 75636de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/jobboard-frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:20-bookworm AS build
22
WORKDIR /app
33
COPY package.json pnpm-lock.yaml ./
4-
RUN npm install -g pnpm && pnpm install
4+
RUN npm install -g pnpm && pnpm install --prod --ignore-scripts
55
COPY . .
66
ARG VITE_API_URL
77
ENV VITE_API_URL=$VITE_API_URL

0 commit comments

Comments
 (0)