Add dockerfile

This commit is contained in:
Late Night Defender 2023-07-24 11:01:26 +07:00
parent adacc54f2f
commit f46330f032

5
Dockerfile Normal file
View file

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