Skip to content

Commit db8a46a

Browse files
committed
npm -> yarn
1 parent 7eee923 commit db8a46a

3 files changed

Lines changed: 9573 additions & 30528 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM node:16 AS build
22
WORKDIR /app
3-
ADD ./package.json ./package-lock.json /app/
4-
RUN npm install
3+
ADD ./package.json ./yarn.lock /app/
4+
RUN yarn
55
ADD . /app
6-
RUN npm run build
6+
RUN yarn build
77

88
FROM nginx:1.21
99
ADD ./default.conf /etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)