privateone commited on
Commit
1be59e2
·
verified ·
1 Parent(s): ff2662b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -57,7 +57,7 @@ COPY . /app
57
 
58
  # Create necessary directories and set permissions
59
  RUN mkdir -p /var/run/sshd /app /app/users/sshs /app/ssh /home/admin/.ssh && \
60
- chmod -R 777 /app && chmod -R 777 /home/admin/.ssh
61
  cp /app/ssh_config /home/admin/.ssh/config
62
  # touch /etc/sudoers
63
 
 
57
 
58
  # Create necessary directories and set permissions
59
  RUN mkdir -p /var/run/sshd /app /app/users/sshs /app/ssh /home/admin/.ssh && \
60
+ chmod -R 777 /app && chmod -R 777 /home/admin/.ssh && \
61
  cp /app/ssh_config /home/admin/.ssh/config
62
  # touch /etc/sudoers
63