There was an error while loading. Please reload this page.
2 parents a59ba0e + 4b9b39c commit d6eb0d2Copy full SHA for d6eb0d2
1 file changed
Containerfile
@@ -51,7 +51,7 @@ ENV PATH="/app-root/.venv/bin:$PATH"
51
52
# Run the application
53
EXPOSE 8080
54
-CMD ["python3.12", "src/lightspeed_stack.py"]
+ENTRYPOINT ["python3.12", "src/lightspeed_stack.py"]
55
56
LABEL vendor="Red Hat, Inc."
57
0 commit comments