Enviar arquivos para "/"

This commit is contained in:
2026-02-12 22:40:24 -03:00
parent 168fbf25fe
commit 9b7b5604e9

3
Dockerfile Normal file
View File

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