ok now its not root
All checks were successful
commit-tag / commit-tag-image (map[context:./migrations file:./migrations/Dockerfile name:migrations]) (push) Successful in 18s
commit-tag / commit-tag-image (map[context:./ts file:./ts/Dockerfile name:ts]) (push) Successful in 19s

This commit is contained in:
a 2025-03-02 18:36:48 -06:00
parent b33a78190f
commit a5deea411b
No known key found for this signature in database
GPG Key ID: 2F22877AA4DFDADB

View File

@ -1,5 +1,6 @@
FROM ghcr.io/jackc/tern:v2.3.2
USER 1000:1000
WORKDIR /migrations
COPY . .
ENV USER=1000