wynn/migrations/Dockerfile
a 7d0cb9d9ba
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 52s
noot
2025-03-02 18:34:53 -06:00

8 lines
98 B
Docker

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