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 f2d13b8 commit 580ec40Copy full SHA for 580ec40
Dockerfile.yml
@@ -0,0 +1,6 @@
1
+FROM node:18-alpine
2
+WORKDIR /app
3
+COPY . .
4
+RUN yarn install --production
5
+CMD ["node", "src/index.js"]
6
+EXPOSE 3000
0 commit comments