We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d24cf3 commit ed850dcCopy full SHA for ed850dc
Dockerfile
@@ -58,5 +58,6 @@ EXPOSE 8080
58
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 \
59
CMD curl -f http://localhost:8080/health || exit 1
60
61
-# Default command
62
-CMD ["python", "-m", "src.gateway", "--host", "0.0.0.0", "--port", "8080"]
+# Set entrypoint and default command
+ENTRYPOINT ["python", "-m", "src.gateway"]
63
+CMD ["--host", "0.0.0.0", "--port", "8080"]
0 commit comments