Skip to content

Commit

Permalink
Update setup app
Browse files Browse the repository at this point in the history
  • Loading branch information
panford committed Oct 2, 2024
1 parent 7bac6f7 commit 554e1a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ __pycache__/

# Distribution / packaging
.Python
build/
# build/
node_modules/
develop-eggs/
dist/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ ENV PORT=8080

EXPOSE 8080

CMD ["gunicorn", "core.backend.app.main:app", "--workers", "2", "--worker-class", "uvicorn.workers.UvicornWorker", "--bind", "0.0.0.0:8080"]
CMD ["gunicorn", "core.backend.app.main:app", "--worker-class", "uvicorn.workers.UvicornWorker", "--bind", "0.0.0.0:8080"]
2 changes: 1 addition & 1 deletion setup/backend/app/configs.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import os
configs = {
'CONTAINER_IMAGE':'us-central1-docker.pkg.dev/skai-project-388314/skai-repo/skainnotate-single-dep:latest',
'CONTAINER_IMAGE':'us-central1-docker.pkg.dev/skai-project-388314/skai-repo/skainnotate:latest',
}
def get_configs():
return configs

0 comments on commit 554e1a8

Please sign in to comment.