1 parent b336f47 commit f5c545cCopy full SHA for f5c545c
1 file changed
05-example-web-application/client-react/Dockerfile
@@ -0,0 +1,7 @@
1
+FROM node
2
+
3
+COPY . .
4
5
+RUN npm install
6
7
+CMD ["npm","run","dev"]
0 commit comments