Update installation scripts

This commit is contained in:
Late Night Defender 2023-07-24 11:54:27 +07:00
parent 18f5c5cd7b
commit dc0a24015c
2 changed files with 8 additions and 2 deletions

View file

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