6 lines
45 B
Docker
6 lines
45 B
Docker
|
FROM postgres
|
||
|
|
||
|
ADD fixdb.sh /
|
||
|
|
||
|
CMD /fixdb.sh
|