Skip to content

Instantly share code, notes, and snippets.

@henkin
Created November 17, 2022 20:14
Show Gist options
  • Save henkin/b5fb250e8af2679023b88f945520810d to your computer and use it in GitHub Desktop.
Save henkin/b5fb250e8af2679023b88f945520810d to your computer and use it in GitHub Desktop.
pto acceptance containers
docker build -t ptoaccept --platform amd64 -f Dockerfile ../../../..
docker run --rm --platform linux/amd64 -v $(pwd)/TestResults:/app/TestResults ptoaccept
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment