7 lines
77 B
Docker
7 lines
77 B
Docker
FROM ghcr.io/jackc/tern:v2.3.2
|
|
|
|
|
|
USER 1000:1000
|
|
WORKDIR /migrations
|
|
COPY . .
|