Skip to content

Commit

Permalink
Update Dockerfile (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minituff authored Oct 18, 2023
1 parent addeb84 commit 4a48352
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 @@ -8,7 +8,7 @@ RUN apk add bash rsync tzdata dos2unix jq
COPY pkg app

# Make the entire /app folder executable
RUN chmod +x /app
RUN chmod -R +x /app

# Make the all files in the /app folder Unix format
RUN find /app -type f -print0 | xargs -0 dos2unix
Expand Down

0 comments on commit 4a48352

Please sign in to comment.