Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoaugustine authored Jul 29, 2024
1 parent 7ba15b9 commit 61d2f31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docker/awshelper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ RUN mkdir /var/run/sshd \

EXPOSE 2222

# Create /backup directory and set permissions
RUN mkdir -p /backup && chown ubuntu:ubuntu /backup
# Create /home/ubuntu/backup directory and set permissions
RUN mkdir -p /home/ubuntu/backup && chown ubuntu:ubuntu /home/ubuntu/backup

#------------
# Install mount-s3
Expand Down

0 comments on commit 61d2f31

Please sign in to comment.