Skip to content

Commit 8854f77

Browse files
committed
fix(web): Resolve dockerfile issue
1 parent 277f083 commit 8854f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:18-alpine AS builder
22
ARG VITE_API_CLIENT_BASE_URL
33
ENV VITE_API_CLIENT_BASE_URL=${VITE_API_CLIENT_BASE_URL}
44
WORKDIR /app
5-
COPY package.json package-lock.yaml ./
5+
COPY package.json package-lock.json ./
66
RUN npm install
77
COPY . .
88
RUN npm run build

0 commit comments

Comments
 (0)