fix: dockerfile

This commit is contained in:
2024-02-26 12:33:33 +07:00
parent e31d6de203
commit e9c82d31c7
3 changed files with 9 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
FROM nginx:alpine
COPY * /usr/share/nginx/html/
COPY . /usr/share/nginx/html/
EXPOSE 80