vijayksagi commited on
Commit
f44dfe5
·
verified ·
1 Parent(s): 6ee153c

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -54,6 +54,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
54
 
55
 
56
  RUN rm -f /frontend/node_modules/.cache/.eslintcache || true
 
57
 
58
  RUN npm run build -- --no-cache
59
 
 
54
 
55
 
56
  RUN rm -f /frontend/node_modules/.cache/.eslintcache || true
57
+ COPY package.json ./
58
 
59
  RUN npm run build -- --no-cache
60