Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 0 additions & 77 deletions .github/workflows/docker-publish.yml

This file was deleted.

3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ ENV PYTHONUNBUFFERED=1
ENV PORT=8000
ENV LOG_LEVEL=INFO
ENV LOG_DIR=/var/log/webcat
ENV WEBCAT_MODE=demo

# Expose the port
EXPOSE 8000
Expand All @@ -32,4 +31,4 @@ EXPOSE 8000
WORKDIR /app/docker

# Command to run the application
CMD ["python", "cli.py", "--mode", "demo", "--host", "0.0.0.0"]
CMD ["python", "mcp_server.py"]
Loading