modify
Some checks failed
Build And Test / build-and-push (push) Failing after 52s

This commit is contained in:
icurfer 2024-12-13 17:40:13 +09:00
parent db4053a280
commit e54a5ebd61
3 changed files with 3 additions and 3 deletions

View File

@ -66,4 +66,4 @@ jobs:
git config --global user.email "icurfer@gmail.com"
git config --global user.name "icurfer"
git commit -am "Update image tag"
git push -u origin main
git push -u origin main

View File

@ -29,4 +29,4 @@ EXPOSE 8000
# command to run
CMD ["gunicorn", "--workers=3", "--bind=0.0.0.0:8000", "butler_ddochi.wsgi:application"]
# CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
# CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]

View File

@ -1 +1 @@
dev_0.0.18r5
dev_0.0.18r6