This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user