Commit 6df501c
Add step to Dockerfile to create 'app:app' user and group
This fixes the following error during `docker build`:
```
[2/2] STEP 4/6: COPY --from=uv --chown=app:app /app/.venv /app/.venv
Error: building at STEP "COPY --from=uv --chown=app:app /app/.venv /app/.venv": looking up UID/GID for "app:app": determining run uid: user: unknown user error looking up user "app"
```1 parent 4ef8c81 commit 6df501c
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
0 commit comments