fixed Dockerfile
This commit is contained in:
parent
5acfcd23da
commit
a2ca2a6c16
@ -1,8 +1,5 @@
|
|||||||
FROM mongo:4.4
|
FROM mongo:4.4
|
||||||
|
|
||||||
COPY ./import.sh .
|
COPY ./import.sh ./docker-entrypoint-initdb.d
|
||||||
COPY ./cars.json .
|
COPY ./cars.json ./docker-entrypoint-initdb.d
|
||||||
COPY ./traffic_lights.json .
|
COPY ./traffic_lights.json ./docker-entrypoint-initdb.d
|
||||||
|
|
||||||
ADD import.sh /docker-entrypoint-initdb.d
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user