Skip to content

Commit

Permalink
Add option to use bind mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
georgetarazevich committed Dec 19, 2023
1 parent cbcacba commit 87f10e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Build and run Docker Image
run: |
docker build --build-arg GH_CHECKOUT=integration -t ghcr.io/verapdf/rest:dev . && docker run --user root -d -p 8080:8080 -p 8081:8081 -e VERAPDF_MAX_FILE_SIZE=1 ghcr.io/verapdf/rest:dev
docker build --build-arg GH_CHECKOUT=integration -t ghcr.io/verapdf/rest:dev . && docker run --user root -d -p 8080:8080 -p 8081:8081 -e VERAPDF_MAX_FILE_SIZE=1 -v /tmp:/home/Res_tmp ghcr.io/verapdf/rest:dev
echo whoami: $(docker inspect $(docker ps -q) --format '{{.Config.User}} {{.Name}}')
- name: Check Docker Container
Expand Down

0 comments on commit 87f10e2

Please sign in to comment.