diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index dc3c7a7..40af353 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 \ No newline at end of file + git push -u origin main diff --git a/Dockerfile b/Dockerfile index f3c8783..46dde74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +# CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"] diff --git a/version b/version index 39ad418..7cd9a50 100644 --- a/version +++ b/version @@ -1 +1 @@ -dev_0.0.18r5 +dev_0.0.18r6