mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
8 lines
135 B
Docker
8 lines
135 B
Docker
FROM alpine:3.13
|
|
|
|
RUN apk add --no-cache ca-certificates
|
|
|
|
ENTRYPOINT ["/usr/bin/migrate"]
|
|
CMD ["--help"]
|
|
|
|
COPY migrate /usr/bin/migrate |