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 419ddcc commit a4f6abeCopy full SHA for a4f6abe
Dockerfile
@@ -0,0 +1,7 @@
1
+FROM node:20-slim
2
+
3
+WORKDIR /opt
4
+COPY . .
5
6
+RUN npm install
7
+RUN npm run build
0 commit comments