Dockerfile hinzugefügt

This commit is contained in:
gitea-enwelo-jba 2026-04-24 07:18:17 +00:00
parent cbad96d7d5
commit d97cfae876
1 changed files with 3 additions and 0 deletions

3
Dockerfile Normal file
View File

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