Skip to content

Commit

Permalink
feat: bump to 1.1 please
Browse files Browse the repository at this point in the history
  • Loading branch information
uptickmetachu committed Jan 23, 2025
1 parent adffc78 commit 4ed8ed3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ ENV GIT_CRYPT_KEY_FILE=/app/cluster.key
ENV PYTHONPATH="$PYTHONPATH:/app"

Check warning on line 49 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build and Push Docker Image / ci

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$PYTHONPATH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
ENV ACCESS_LOG=""


CMD ["uvicorn", "--host", "0.0.0.0", "--port", "8000", "gitops_server.main:app"]

0 comments on commit 4ed8ed3

Please sign in to comment.