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 e2abe34 commit 60f2c98Copy full SHA for 60f2c98
dockerfile
@@ -0,0 +1,9 @@
1
+FROM node:23-alpine
2
+
3
+WORKDIR /app
4
+ADD . /app/
5
+RUN npm install
6
+RUN npm run build
7
+EXPOSE 3000
8
9
+ENTRYPOINT npm run start:prod
0 commit comments