binary1ne commited on
Commit
fa71592
·
verified ·
1 Parent(s): b3e13bc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -52,7 +52,7 @@ COPY webui_with_vnc.py start.sh /web-ui/
52
  RUN mkdir -p /etc/supervisor/conf.d
53
 
54
  # Copy your custom supervisor config
55
- COPY /web-ui/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
56
 
57
  # Create a non-root user and switch to it
58
  RUN adduser --disabled-password --gecos '' --shell /bin/bash user \
@@ -62,7 +62,6 @@ USER user
62
 
63
  # All users can use /home/user as their home directory
64
  ENV HOME=/home/user
65
- RUN mkdir $HOME/.cache $HOME/.config \
66
  && chmod -R 777 $HOME
67
 
68
  # Set up the Conda environment
 
52
  RUN mkdir -p /etc/supervisor/conf.d
53
 
54
  # Copy your custom supervisor config
55
+ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
56
 
57
  # Create a non-root user and switch to it
58
  RUN adduser --disabled-password --gecos '' --shell /bin/bash user \
 
62
 
63
  # All users can use /home/user as their home directory
64
  ENV HOME=/home/user
 
65
  && chmod -R 777 $HOME
66
 
67
  # Set up the Conda environment