diff --git a/Dockerfile b/Dockerfile index 6fb516c..13b944f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,5 @@ COPY . . EXPOSE 8080 -# Run wws with explicit host binding to 0.0.0.0 for container networking -ENTRYPOINT ["wws"] +# Use the image's default entrypoint with --host flag for container networking CMD ["--host", "0.0.0.0", "/app"]