Update Dockerfile

This commit is contained in:
2026-02-24 14:23:11 +00:00
parent 4c42f81b70
commit e9dc4067a1

View File

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