2021-06-18 15:29:43 +02:00

8 lines
108 B
Docker

FROM mongo:4.4
COPY ./cars.json .
COPY ./traffic_lights.json .
ADD import.sh /docker-entrypoint-initdb.d