fix dockerfile
This commit is contained in:
parent
e1cf74b599
commit
bd2ab0e6d3
@ -1,5 +1,7 @@
|
||||
FROM mongo:4.4
|
||||
|
||||
COPY ./import.sh ./docker-entrypoint-initdb.d
|
||||
COPY ./cars.json ./docker-entrypoint-initdb.d
|
||||
COPY ./traffic_lights.json ./docker-entrypoint-initdb.d
|
||||
COPY ./cars.json .
|
||||
COPY ./traffic_lights.json .
|
||||
|
||||
ADD import.sh /docker-entrypoint-initdb.d
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user