diff --git a/Dockerfile b/Dockerfile index e792059..645f027 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,4 +75,4 @@ HEALTHCHECK --interval=5s --timeout=3s --retries=3 \ CMD curl -f http://localhost:3000/health || exit 1 # What the container should run when it is started. -CMD ["/bin/server"] +CMD ["/bin/server", "web", "--addr", "0.0.0.0:3000"]