This commit is contained in:
2026-02-26 09:33:45 +01:00
parent 7eabff214d
commit cc792ab620

View File

@@ -2,7 +2,7 @@ FROM nginx:alpine
RUN rm -rf /usr/share/nginx/html/*
COPY webapp/ /usr/share/nginx/html
COPY WebApp/ /usr/share/nginx/html
COPY vhost.conf /etc/nginx/conf.d/default.conf