Kaynağa Gözat

fix:修改了前端的dockerfile

xuxiaopang 2 yıl önce
ebeveyn
işleme
22c01bd119

+ 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/