We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1afd376 commit febab0bCopy full SHA for febab0b
Dockerfile
@@ -1,5 +1,7 @@
1
FROM node:18.12.1-alpine
2
3
+RUN apk update && apk --no-cache add git
4
+
5
RUN mkdir /app
6
WORKDIR /app
7
0 commit comments