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 295c69a commit 2c7d35fCopy full SHA for 2c7d35f
Dockerfile
@@ -0,0 +1,7 @@
1
+FROM node:lts-alpine
2
+
3
+WORKDIR /app
4
+COPY . .
5
+RUN npm i
6
7
+CMD ["node", "bin/cmd.js"]
0 commit comments