From e54a5ebd61a91f18061d0bc5d4fa10466498f0be Mon Sep 17 00:00:00 2001 From: icurfer Date: Fri, 13 Dec 2024 17:40:13 +0900 Subject: [PATCH] modify --- .github/workflows/build.yaml | 2 +- Dockerfile | 2 +- version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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