Skip to content

Commit 83a460a

Browse files
authored
Fix docker build (#47)
1 parent 20de38a commit 83a460a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM node:16-alpine
2+
RUN apk add --no-cache git
23
WORKDIR /app
34
COPY . ./
45
RUN yarn install

0 commit comments

Comments
 (0)