Skip to content

Commit bf5a62f

Browse files
committed
Fix issue with missing git dep
1 parent 070fe28 commit bf5a62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:18.12.1-alpine
33
RUN mkdir /app
44
WORKDIR /app
55

6-
RUN apk --no-cache add bash
6+
RUN apk --no-cache add bash git
77

88
COPY package.json yarn.lock /app/
99
RUN \

0 commit comments

Comments
 (0)