run from usewr

This commit is contained in:
Jun-te Kim 2025-11-24 17:52:50 +00:00
parent 64e21adefb
commit f093979c04

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 \