Fix: Use correct CMD for wws container
The wws Docker image has an entrypoint, so we just pass the path as CMD. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -7,5 +7,5 @@ COPY . .
|
|||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
# wws automatically serves files from /app
|
# The wws image already has an entrypoint, just use the path
|
||||||
CMD ["wws", "."]
|
CMD ["/app"]
|
||||||
|
|||||||
Reference in New Issue
Block a user