We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20de38a commit 83a460aCopy full SHA for 83a460a
Dockerfile
@@ -1,4 +1,5 @@
1
FROM node:16-alpine
2
+RUN apk add --no-cache git
3
WORKDIR /app
4
COPY . ./
5
RUN yarn install
0 commit comments