Fix Dockerfile

This commit is contained in:
Keannu Christian Bernasol 2025-03-29 03:18:20 +08:00
parent 606b81cec0
commit 73b3780326

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