Or this?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-11 21:25:20 -04:00
parent b9d5683d22
commit 36093f0fb5
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
## mongo build stage
ARG MONGO_VERSION=${MONGO_VERSION}
FROM mongo:${MONGO_VERSION:-latest} AS database
WORKDIR /
COPY mongo-init.js ./docker-entrypoint-initdb.d/