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