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 5e96379 commit a0efae6Copy full SHA for a0efae6
1 file changed
Dockerfile
@@ -0,0 +1,6 @@
1
+FROM node:16-alpine
2
+WORKDIR /app
3
+COPY package*.json ./
4
+RUN npm install
5
+COPY . .
6
+CMD ["node", "index.js"]
0 commit comments