Skip to content

Commit

Permalink
fix: mount path
Browse files Browse the repository at this point in the history
  • Loading branch information
maxneuvians authored Jan 20, 2024
1 parent b9c7015 commit bc28f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_requests_lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
ports:
- "8080:8080"
volumes:
- "${{ github.workspace }}/docker/kms/data:/data/"
- "${{ github.workspace }}/docker/kms/init:/init/"
- "${{ github.workspace }}/.devcontainer/docker/kms/data:/data/"
- "${{ github.workspace }}/.devcontainer/docker/kms/init:/init/"
env:
KMS_REGION: "ca-central-1"

Expand Down

0 comments on commit bc28f18

Please sign in to comment.