force yes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-12 07:58:23 -04:00
parent 47c4f4816c
commit 3b27300249

View File

@@ -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