mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 04:44:28 +01:00
8 lines
No EOL
135 B
Docker
8 lines
No EOL
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 |