Update Dockerfile

This commit is contained in:
2026-02-24 14:22:14 +00:00
parent d045e2de5a
commit 2bd2da60ea

View File

@@ -1,7 +1,8 @@
FROM nginx:alpine
COPY "./Dekra WebSite" /usr/share/nginx/html
COPY ["Dekra WebSite", "/usr/share/nginx/html"]
# COPY vhost.conf /etc/nginx/conf.d/default.conf
EXPOSE 80