Skip to content

Commit

Permalink
fix: bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Nov 16, 2024
1 parent c2fa0e6 commit a8ceb48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV HIDDIFY_PANLE_SOURCE_DIR=/opt/hiddify-manager/hiddify-panel/src/
ENV DOCKER_MODE=true
ENV USE_VENV=true
RUN bash install.sh install-docker --no-gui
RUN cp /opt/hiddify-manager/other/docker/*y /usr/bin/
RUN cp /opt/hiddify-manager/other/docker/* /usr/bin/



Expand Down
5 changes: 2 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ function main() {
fi
if [ "$HIDDIFY_DEBUG" = "1" ]; then
export USE_VENV=true
install_python
else
activate_python_venv
fi
install_python
activate_python_venv

if [ "$MODE" != "apply_users" ]; then
clean_files
Expand Down

0 comments on commit a8ceb48

Please sign in to comment.