Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fogapod committed Jan 17, 2024
1 parent f5dbcfd commit 30c9672
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 @@ -40,7 +40,7 @@ RUN : \
&& mkdir /home/website/media

# removes \r from script and makes it executable.
# both of these are cause by windows users touching file and not configuring git properly
# both of these are caused by windows users touching file and not configuring git properly
RUN : \
&& sed -i 's/\r//g' entrypoint.sh \
&& chmod +x entrypoint.sh
Expand Down

0 comments on commit 30c9672

Please sign in to comment.