Skip to content

Commit 40a2ec7

Browse files
committed
chore(passport): use yarn replace npm
1 parent e06f8d6 commit 40a2ec7

2 files changed

Lines changed: 1 addition & 528 deletions

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:16-alpine3.14 as build-app
33
ADD web /app
44
WORKDIR /app
55

6-
RUN npm install \
6+
RUN yarn install \
77
&& yarn build
88

99
FROM docker.io/library/python:3.9-alpine

0 commit comments

Comments
 (0)