mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-27 10:11:17 +08:00
Optimize Dockerfile and revert to single build platform
This commit is contained in:
parent
4fe861d2cc
commit
354cf63f18
3 changed files with 1 additions and 23 deletions
|
@ -7,7 +7,7 @@ RUN npm run build
|
|||
|
||||
FROM nginx:latest
|
||||
RUN rm -rf /usr/share/nginx/html/*
|
||||
COPY --from=build /usr/local/app/ /usr/share/nginx/html
|
||||
COPY --from=build /usr/local/app/build/ /usr/share/nginx/html
|
||||
COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
RUN service nginx restart
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue