Remove Dockerfile, use static buildpack

This commit is contained in:
2026-05-27 11:41:15 +00:00
parent 8b5decd71d
commit 5a899d2a42
-3
View File
@@ -1,3 +0,0 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80