mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-11-22 17:41:07 +00:00
6 lines
140 B
Docker
6 lines
140 B
Docker
|
FROM asonix/diesel-cli:v1.4.0-r0-arm64v8
|
||
|
|
||
|
COPY migrations /migrations
|
||
|
|
||
|
CMD ["diesel", "migration", "run", "--migration-dir", "/migrations"]
|