This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
## mongo build stage
|
## mongo build stage
|
||||||
#ARG MONGO_VERSION=${MONGO_VERSION}
|
ARG MONGO_VERSION=${MONGO_VERSION}
|
||||||
FROM mongo:${MONGO_VERSION:-latest} AS database
|
FROM mongo:${MONGO_VERSION:-latest} AS database
|
||||||
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