diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 5d7011aa..5ce3362b 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -2,4 +2,4 @@ FROM nginx:1.27.0 COPY container/default.conf /etc/nginx/conf.d/default.conf -COPY dist /usr/share/nginx/html +COPY dist/billett/browser /usr/share/nginx/html