generated from Phil/vue3template
This commit is contained in:
parent
fa82c80ccc
commit
e04545ecb1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ RUN npm run build
|
|||
|
||||
COPY dist/* /dist/
|
||||
|
||||
FROM nginx:stable-alpine-slim
|
||||
FROM nginx:stable-alpine-slim as production
|
||||
RUN rm -rf /usr/share/nginx/html
|
||||
RUN mkdir -p /usr/share/nginx/html
|
||||
|
||||
|
|
Loading…
Reference in a new issue