Explorar el Código

fix:修改了前端的dockerfile

xuxiaopang hace 2 años
padre
commit
22c01bd119
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      web/src/main/resources/template/dockerfile/NODE_14

+ 1 - 0
web/src/main/resources/template/dockerfile/NODE_14

@@ -10,3 +10,4 @@ RUN yarn build
 FROM nginx:1.19-alpine
 COPY --from=builder /code/nginx.conf /etc/nginx/conf.d/nginx.conf
 COPY --from=builder /code/dist/ /var/www/html/dist/
+RUN chmod -R 777 /var/www/html/dist/