This commit is contained in:
sperwing 2024-11-18 22:13:35 +01:00
parent 0b651627ef
commit 0b495c2657

View File

@ -1,5 +1,6 @@
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
ENV VUE_APP_BASE_URL=http://server.bahn.sperwing.site:80 ARG VUE_APP_BASE_URL=http://server.bahn.sperwing.site:80
ENV VUE_APP_BASE_URL=$VUE_APP_BASE_URL
EXPOSE 80 EXPOSE 80