Skip to content

Commit dc2edf6

Browse files
committed
install yarn
1 parent edc577c commit dc2edf6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM node:latest
22

3+
# Install Yarn
4+
RUN npm install -g yarn
5+
36
WORKDIR /app
47

58
COPY . .

0 commit comments

Comments
 (0)