diff --git a/front/Dockerfile b/front/Dockerfile index dc19821..bf9a880 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -1,4 +1,4 @@ FROM nginx -COPY bahnui.front/dist/. /var/www/html/ +COPY bahnui-front/dist/. /var/www/html/ COPY default.conf /etc/nginx/conf.d/default.conf EXPOSE 80 \ No newline at end of file