mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-20 08:51:26 +08:00
Compare commits
No commits in common. "68d0bc3792929ca48e21ff7129b88ba8000d16c9" and "c20c16b579473dd12e6784a1f42df445cc2b4f2a" have entirely different histories.
68d0bc3792
...
c20c16b579
1 changed files with 1 additions and 0 deletions
|
@ -9,5 +9,6 @@ FROM nginx:latest
|
||||||
RUN rm -rf /usr/share/nginx/html/*
|
RUN rm -rf /usr/share/nginx/html/*
|
||||||
COPY --from=build /usr/local/app/build/ /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
|
COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
|
RUN service nginx restart
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
Loading…
Add table
Reference in a new issue