diff --git a/docker/deploy/Dockerfile b/docker/deploy/Dockerfile index 44ca6fe..ef8563f 100644 --- a/docker/deploy/Dockerfile +++ b/docker/deploy/Dockerfile @@ -28,4 +28,4 @@ HEALTHCHECK --interval=30s --timeout=3s --start-period=10s --retries=3 \ CMD curl -sf http://localhost:9500/health || exit 1 ENV TIDAL_SERVER_LOG=info ENTRYPOINT ["/usr/local/bin/tidal-server"] -CMD ["standalone", "--listen", "0.0.0.0:9500", "--schema", "/config/eros-schema.yaml", "--data-dir", "/data"] +CMD ["standalone", "--listen", "0.0.0.0:9500", "--schema", "/config/schema.yaml", "--data-dir", "/data"]