| Dockerfile | ●●●●● patch | view | raw | blame | history | |
| docker-compose.yml | ●●●●● patch | view | raw | blame | history |
Dockerfile
@@ -11,10 +11,4 @@ RUN npm install # 构建项目 RUN npm run build-only RUN ls -la /app RUN ls -la /app/dist # 复制构建后的文件到 Nginx 的 html 目录 COPY /app/dist/ /software/service/drone/web/pilot-h5/ RUN npm run build-only docker-compose.yml
@@ -6,5 +6,5 @@ ports: - "8310:80" volumes: - /software/service/drone/web/pilot-h5:/software/service/drone/web/pilot-h5 - /software/service/drone/web/pilot-h5:/app/dist restart: always