Compare commits

...

5 commits

Author SHA1 Message Date
68d0bc3792 Revert to port 80 2025-03-29 04:16:55 +08:00
3a4dc83075 Update listen port 2025-03-29 03:44:57 +08:00
73b3780326 Fix Dockerfile 2025-03-29 03:18:20 +08:00
606b81cec0 Uncomment Docker build step 2025-03-29 03:00:38 +08:00
80f0b4dbe7 Disable Dockerfile step 2025-03-29 01:59:13 +08:00

View file

@ -9,6 +9,5 @@ FROM nginx:latest
RUN rm -rf /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
EXPOSE 80