caipin 3 years ago
parent
commit
a6003418a8
1 changed files with 5 additions and 0 deletions
  1. 5 0
      deployment/Dockerfile-cache

+ 5 - 0
deployment/Dockerfile-cache

@@ -0,0 +1,5 @@
+FROM node:12-alpine 
+
+COPY /client .
+
+RUN yarn