Skip to content

Commit

Permalink
get script running
Browse files Browse the repository at this point in the history
  • Loading branch information
finlay-jisc committed Jan 3, 2025
1 parent ae25503 commit b7bf8fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/docker/ariImportRunner/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
ari-import-runner:
build:
context: .
command: /app/infra/docker/ariImportRunner/local-ari-import.sh
command: ["/bin/sh", "-c", "/app/infra/docker/ariImportRunner/local-ari-import.sh"]
env_file: ../../../api/.env
# So it can access the DB and opensearch that are exposed on host ports.
network_mode: host
Empty file modified infra/docker/ariImportRunner/local-ari-import.sh
100644 → 100755
Empty file.

0 comments on commit b7bf8fc

Please sign in to comment.