Skip to content

Commit 3870ef9

Browse files
committed
remove healthcheck in dockerfile
1 parent 6d36b3a commit 3870ef9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

samples/agentic-autogen/src/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,5 @@ COPY --from=frontend-build /frontend/dist ./static
3636
# Optionally expose the same port for both backend and frontend
3737
EXPOSE 3000
3838

39-
# Healthcheck endpoint
40-
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
41-
CMD curl -f http://localhost:3000/health || exit 1
42-
4339
# Start the backend server (which serves both API + frontend files)
4440
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "3000"]

0 commit comments

Comments
 (0)