improved Dockerisation

bugfix/settings_handling
pb 2024-02-16 17:30:09 +01:00
parent c54ee2f413
commit 2e36c7f655
2 changed files with 2 additions and 3 deletions

View File

@ -20,8 +20,7 @@ FROM scratch
WORKDIR /app
COPY ./docker_catalog.json /etc/oc/catalog.json
COPY --from=builder /app/conf /app/conf
COPY conf/app.conf /app/conf/
COPY --from=builder /app/oc-catalog /usr/bin/
COPY --from=builder /app/swagger /app/swagger

View File

@ -1,5 +1,5 @@
{
"MongoURL" : "mongodb://127.0.0.1:27017/",
"MongoURL" : "mongodb://127.0.0.1:27017",
"DCNAME" : "DC_myDC",
"DBPOINT" : "demo_06042021"
}