Skip to content

Commit

Permalink
fix root path
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Sep 20, 2023
1 parent c2f8878 commit 0ec657a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: build the app AOT-style
run: |
docker run --rm \
-v /src:/src \
-v $(pwd)/src:/src \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /usr/bin/docker:/usr/bin/docker \
-w /src/aot-sample \
Expand Down

0 comments on commit 0ec657a

Please sign in to comment.