Skip to content

Commit

Permalink
Merge pull request #29 from Bubhux/development
Browse files Browse the repository at this point in the history
Test CI/CD Railway V.1.24
  • Loading branch information
Bubhux authored Jan 19, 2025
2 parents fcb2b37 + 92373c0 commit 639db8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ RUN /app/venv/bin/gunicorn --version

# Commande par défaut pour exécuter le serveur Django avec Gunicorn
CMD ["sh", "-c", "/app/venv/bin/gunicorn --bind 0.0.0.0:$PORT --workers=4 oc_lettings_site.wsgi:application"]
RUN echo "Port is: $PORT"
2 changes: 1 addition & 1 deletion railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 5
}
}
}

0 comments on commit 639db8d

Please sign in to comment.