This commit is contained in:
parent
db4053a280
commit
e54a5ebd61
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -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
|
||||
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user