diff --git a/Dockerfile b/Dockerfile index e0affd6..806b217 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,5 @@ COPY . . EXPOSE 8080 -# wws automatically serves files from /app -CMD ["wws", "."] +# The wws image already has an entrypoint, just use the path +CMD ["/app"]