forked from templates/template-go-orm
5 lines
107 B
Docker
5 lines
107 B
Docker
FROM arigaio/atlas:0.38.0
|
|
WORKDIR /migrations
|
|
COPY atlas/migrations/ /migrations/
|
|
CMD ["migrate", "apply"]
|