diff --git a/Dockerfile b/Dockerfile index f9cc10b..9c99993 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG PORT=9001 ## mongo build stage FROM mongo:$MONGO_VERSION AS database -RUN apt update && apt install git +RUN apt update && apt install -y git WORKDIR / COPY mongo-init.js /docker-entrypoint-initdb.d