Maybe with a shell script...
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-12 15:30:38 -04:00
parent c6e5eaf3a1
commit 17949255d3
2 changed files with 15 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ ARG PORT=9001
## mongo build stage
FROM mongo:$MONGO_VERSION AS database
COPY mongo-init.js /docker-entrypoint-initdb.d
COPY mongo-init.sh /docker-entrypoint-initdb.d
## stage one, build the service
FROM node:20-alpine AS build