We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5780f6c commit fede77aCopy full SHA for fede77a
Dockerfile
@@ -1,5 +1,7 @@
1
FROM node:18-slim
2
3
+RUN apt-get update && apt-get install -y git
4
+
5
WORKDIR /app
6
7
COPY package*.json ./
0 commit comments