Skip to content

Commit d6eb0d2

Browse files
authored
Merge pull request #227 from frzifus/main
Switch Containerfile CMD with ENTRYPOINT
2 parents a59ba0e + 4b9b39c commit d6eb0d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ENV PATH="/app-root/.venv/bin:$PATH"
5151

5252
# Run the application
5353
EXPOSE 8080
54-
CMD ["python3.12", "src/lightspeed_stack.py"]
54+
ENTRYPOINT ["python3.12", "src/lightspeed_stack.py"]
5555

5656
LABEL vendor="Red Hat, Inc."
5757

0 commit comments

Comments
 (0)