This commit is contained in:
xuyucheng 2021-11-16 10:40:16 +08:00
parent bb207b9c88
commit 6c6f7ccdc5
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ RUN npm install && npm run build
FROM nginx
RUN mkdir /app
COPY --from=0 /app/dist /app
COPY --from=0 /app/build /app
COPY nginx.conf /etc/nginx/nginx.conf