mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15: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
|
@ -32,5 +32,7 @@ RUN cp -rp /etc/nginx /etc/nginx.orig
|
|||
# Set PATH to include Go installation and default go install binary location
|
||||
ENV PATH="/usr/local/go/bin:/root/go/bin:${PATH}"
|
||||
|
||||
ENV NGINX_UI_WORKING_DIR=/var/run/
|
||||
|
||||
# set zsh as default shell
|
||||
RUN chsh -s $(which zsh)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue