Moved Dockerfile

This commit is contained in:
2023-08-31 11:53:48 +02:00
parent 3e73a714ba
commit fb4f5b8ed0
3 changed files with 2 additions and 2 deletions

View File

@ -1,4 +0,0 @@
FROM nginx:alpine3.17-slim
COPY . /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]