Skip to content

Commit

Permalink
Merge pull request #81 from idabblewith/main
Browse files Browse the repository at this point in the history
chore: CRLF -> LF
  • Loading branch information
idabblewith authored Jun 22, 2024
2 parents 65689cd + 8756833 commit 497c5cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
* text eol=lf
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ EOF

# Output the license template to license.dat
echo "$LICENSE_TEMPLATE" > /usr/lib/prince/license/license.dat
cat /usr/lib/prince/license/license.dat

# Start your application (replace with your actual command)
echo "Launching gunicorn..."
exec gunicorn config.wsgi --bind 0.0.0.0:8000 --timeout 300

0 comments on commit 497c5cb

Please sign in to comment.