Fix postgres seeder swapped entries
This commit is contained in:
parent
29abcc0da6
commit
3d2fd5aa78
@ -1,7 +1,7 @@
|
|||||||
FROM alpine as init
|
FROM alpine as init
|
||||||
|
|
||||||
RUN --network=host apk add git go
|
RUN --network=host apk add git go
|
||||||
RUN --network=host git clone --branch='v2.0' https://git.redxen.eu/caskd/postgres-seeder /root/postgres-seeder
|
RUN --network=host git clone --branch='v2.1' https://git.redxen.eu/caskd/postgres-seeder /root/postgres-seeder
|
||||||
|
|
||||||
WORKDIR /root/postgres-seeder
|
WORKDIR /root/postgres-seeder
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user