wynn/migrations/Dockerfile
a a5deea411b
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
ok now its not root
2025-03-02 18:36:48 -06:00

9 lines
112 B
Docker

FROM ghcr.io/jackc/tern:v2.3.2
USER 1000:1000
WORKDIR /migrations
COPY . .
ENV USER=1000
ENTRYPOINT ["/tern"]