added env variable to dockerfile
This commit is contained in:
parent
3cca8a84db
commit
1df2ef42f6
@ -1,4 +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
|
||||||
|
ARG VUE_APP_BASE_URL
|
||||||
|
ENV VUE_APP_BASE_URL $VUE_APP_BASE_URL
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
Loading…
Reference in New Issue
Block a user