Update dockerfile

This commit is contained in:
Late Night Defender 2023-07-24 11:41:31 +07:00
parent aab3a2ddce
commit b5fd20e3ff

View file

@ -1,5 +1,5 @@
FROM nginx:alpine FROM nginx:alpine
# Copy files to nginx path # Copy files to nginx path
RUN cp -r * /usr/share/nginx/html RUN cp index.html /usr/share/nginx/html