We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a05299 commit 2cf1b26Copy full SHA for 2cf1b26
1 file changed
Dockerfile
@@ -1,5 +1,8 @@
1
FROM node:alpine
2
3
+COPY . .
4
+
5
+RUN npm run install
6
RUN npm run build
7
8
EXPOSE 3000
0 commit comments