Skip to content

Commit

Permalink
chore: Update Dockerfile entrypoint to use start-gunic.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccorl committed Aug 2, 2024
1 parent b82a698 commit eca1193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/fastapi/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ RUN pip install --upgrade --no-cache-dir .[serve] -c constraints.cpu.txt \

EXPOSE 8000

ENTRYPOINT ["relik serve"]
ENTRYPOINT ["scripts/docker/start-gunic.sh"]
2 changes: 1 addition & 1 deletion relik/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
_MINOR = "0"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "0"
_PATCH = "1"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = os.environ.get("RELIK_VERSION_SUFFIX", "")
Expand Down

0 comments on commit eca1193

Please sign in to comment.