modify Docker related files to adapt to new architecture

This commit is contained in:
pb 2025-04-17 18:37:48 +02:00
parent b753523c35
commit 139b249a7c
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ COPY --from=builder /app/oc-schedulerd /usr/bin/oc-schedulerd
COPY docker_schedulerd.json /etc/oc/schedulerd.json
COPY argo_workflows .
# COPY argo_workflows .
EXPOSE 8080

View File

@ -12,8 +12,8 @@ services:
- 9001:8080
container_name: oc-schedulerd
networks:
- catalog
- oc
networks:
catalog:
oc:
external: true