feat: use working directory from environment variable for risefront

This commit is contained in:
Hintay 2025-05-05 17:24:01 +09:00
parent 5a34d5ca9a
commit 17c3d21f6e
No known key found for this signature in database
GPG key ID: 120FC7FF121F2F2D
5 changed files with 8 additions and 1 deletions

View file

@ -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)