8 lines
108 B
Docker
8 lines
108 B
Docker
FROM mongo:4.4
|
|
|
|
COPY ./cars.json .
|
|
COPY ./traffic_lights.json .
|
|
|
|
ADD import.sh /docker-entrypoint-initdb.d
|
|
|