remove schema from dockerfile and code, dependencies upgrade

This commit is contained in:
yusing
2025-01-30 00:43:25 +08:00
parent dfc634a362
commit b6e468e54e
5 changed files with 6 additions and 33 deletions

View File

@@ -52,9 +52,6 @@ COPY config.example.yml /app/config/config.yml
# copy certs
COPY --from=builder /etc/ssl/certs /etc/ssl/certs
# copy schema
COPY schemas/config.schema.json schemas/routes.schema.json schemas/middleware_compose.schema.json /app/schemas/
ENV DOCKER_HOST=unix:///var/run/docker.sock
ENV GODOXY_DEBUG=0