Skip to content

Commit

Permalink
build: correctly unset ENTRYPOINT in api ci image
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 2, 2023
1 parent 13dc52a commit 9d80716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ RUN mv /home/appuser/.local/bin/* /usr/local/bin/ \
# Pre-compile packages to .pyc (init speed gains)
&& python -c "import compileall; compileall.compile_path(maxlevels=10, quiet=1)"
# Override entrypoint, as not possible in Github action
ENTRYPOINT [""]
CMD [""]
ENTRYPOINT []
CMD []



Expand Down

0 comments on commit 9d80716

Please sign in to comment.