wynn/migrations/Dockerfile

8 lines
97 B
Docker
Raw Normal View History

2025-03-03 00:18:02 +00:00
FROM ghcr.io/jackc/tern:v2.3.2
WORKDIR /migrations
COPY . .
2025-03-03 00:36:33 +00:00
ENV USER=1000
2025-03-03 00:34:53 +00:00
ENTRYPOINT ["/tern"]