Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 |
|