diff --git a/Dockerfile.cache b/Dockerfile.cache index 50059d9..9e046ab 100644 --- a/Dockerfile.cache +++ b/Dockerfile.cache @@ -55,4 +55,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"]