mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
parent
08022422d4
commit
7b92033d1b
1 changed files with 2 additions and 1 deletions
|
|
@ -38,6 +38,7 @@ FROM alpine as release
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
mariadb-client \
|
mariadb-client \
|
||||||
postgresql-client \
|
postgresql-client \
|
||||||
sqlite
|
sqlite \
|
||||||
|
tzdata
|
||||||
COPY --from=build /src/dist/dbmate-linux-amd64 /usr/local/bin/dbmate
|
COPY --from=build /src/dist/dbmate-linux-amd64 /usr/local/bin/dbmate
|
||||||
ENTRYPOINT ["dbmate"]
|
ENTRYPOINT ["dbmate"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue