We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f595a93 commit 8d76f25Copy full SHA for 8d76f25
Dockerfile
@@ -0,0 +1,8 @@
1
+FROM library/node:slim
2
+
3
+COPY . /app
4
5
+RUN cd /app \
6
+ && npm install --production
7
8
+WORKDIR /app
0 commit comments