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 2fc8918 commit d2cc1c1Copy full SHA for d2cc1c1
Dockerfile
@@ -0,0 +1,10 @@
1
+FROM node:alpine
2
+
3
+WORKDIR /app
4
5
+COPY . .
6
7
+RUN npm install
8
+RUN npm build
9
10
+CMD ["npm", "start"]
0 commit comments