Merge pull request #10 from Hestia-Homes/feature/main

run from usewr
This commit is contained in:
Jun-te Kim 2025-11-24 17:53:37 +00:00 committed by GitHub
commit a0bffb76dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,7 @@ jobs:
- name: Poetry install & run script
run: |
docker run \
-u $(id -u):$(id -g) \
-v ${{ github.workspace }}:/workspaces/insight \
-w /workspaces/insight/backend \
latest-image \