mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
feat: use working directory from environment variable for risefront
This commit is contained in:
parent
5a34d5ca9a
commit
17c3d21f6e
5 changed files with 8 additions and 1 deletions
|
@ -6,6 +6,8 @@ ARG TARGETVARIANT
|
|||
WORKDIR /app
|
||||
EXPOSE 80
|
||||
|
||||
ENV NGINX_UI_WORKING_DIR=/var/run/
|
||||
|
||||
# copy demo config
|
||||
COPY resources/demo/ojbk.me /etc/nginx/sites-available/ojbk.me
|
||||
RUN ln -s /etc/nginx/sites-available/ojbk.me /etc/nginx/sites-enabled/ojbk.me
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue