Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Dec 12, 2024
1 parent f2e6eed commit f445199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RUN addgroup -S permit -g 1001 && \
adduser -S -s /bin/bash -u 1000 -G permit -h /home/permit permit

# Create backup directory with permissions
RUN mkdir -p /app/backup && chmod -R 777 /app/backup
RUN mkdir -p /app/backup && chmod 777 /app/backup

# Install necessary libraries in a single RUN command
RUN apk update && \
Expand Down

0 comments on commit f445199

Please sign in to comment.