This commit is contained in:
@@ -4,7 +4,7 @@ ARG PORT=9001
|
|||||||
|
|
||||||
## mongo build stage
|
## mongo build stage
|
||||||
FROM mongo:$MONGO_VERSION AS database
|
FROM mongo:$MONGO_VERSION AS database
|
||||||
RUN apt update && apt install git
|
RUN apt update && apt install -y git
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
COPY mongo-init.js /docker-entrypoint-initdb.d
|
COPY mongo-init.js /docker-entrypoint-initdb.d
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user