fix dockerfile

This commit is contained in:
sperwing 2024-11-17 10:00:33 +01:00
parent b436333893
commit d91702b213

View File

@ -1,4 +1,4 @@
FROM nginx 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 COPY default.conf /etc/nginx/conf.d/default.conf
EXPOSE 80 EXPOSE 80