Selaa lähdekoodia

fix:修改了前端的dockerfile

xuxiaopang 2 vuotta sitten
vanhempi
commit
22c01bd119
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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/