mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-12-25 20:00:29 +00:00
5 lines
140 B
Docker
5 lines
140 B
Docker
FROM asonix/diesel-cli:v1.4.0-r0-arm64v8
|
|
|
|
COPY migrations /migrations
|
|
|
|
CMD ["diesel", "migration", "run", "--migration-dir", "/migrations"]
|