Skip to content

Commit

Permalink
use project root as build context
Browse files Browse the repository at this point in the history
  • Loading branch information
finlay-jisc committed Jan 7, 2025
1 parent 60f9355 commit c440002
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/docker/ariImportRunner/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
services:
ari-import-runner:
build:
context: .
context: ../../..
dockerfile: infra/docker/ariImportRunner/Dockerfile
command:
["/bin/sh", "-c", "/app/infra/docker/ariImportRunner/local-ari-import.sh"]
env_file: ../../../api/.env
Expand Down

0 comments on commit c440002

Please sign in to comment.