Fix: Remove ENTRYPOINT override, use default from image
The wws image already has an entrypoint configured. We just need to pass the CMD arguments for --host and the path. 🤖 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,6 +7,5 @@ COPY . .
|
|||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
# Run wws with explicit host binding to 0.0.0.0 for container networking
|
# Use the image's default entrypoint with --host flag for container networking
|
||||||
ENTRYPOINT ["wws"]
|
|
||||||
CMD ["--host", "0.0.0.0", "/app"]
|
CMD ["--host", "0.0.0.0", "/app"]
|
||||||
|
|||||||
Reference in New Issue
Block a user