1
0
mirror of https://github.com/fcwu/docker-ubuntu-vnc-desktop synced 2026-08-05 16:12:41 +02:00

Add rename URL script to update nginx config with prefix path ENV

This commit is contained in:
Tobias Stein
2019-06-28 11:24:08 +02:00
parent f48e7551f4
commit b0ece0637c
2 changed files with 22 additions and 0 deletions
+3
View File
@@ -112,6 +112,9 @@ RUN cp -R /src/web/dist/. /usr/local/lib/web/frontend/
COPY image /
# This has to be called in deriving images
RUN python /etc/RenameURL.py
EXPOSE 80
WORKDIR /root
ENV HOME=/home/ubuntu \