improved Dockerisation
This commit is contained in:
parent
bd699aa0c9
commit
58d5493584
@ -20,8 +20,7 @@ FROM scratch
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY ./docker_catalog.json /etc/oc/catalog.json
|
COPY ./docker_catalog.json /etc/oc/catalog.json
|
||||||
|
COPY conf/app.conf /app/conf/
|
||||||
COPY --from=builder /app/conf /app/conf
|
|
||||||
COPY --from=builder /app/oc-catalog /usr/bin/
|
COPY --from=builder /app/oc-catalog /usr/bin/
|
||||||
COPY --from=builder /app/swagger /app/swagger
|
COPY --from=builder /app/swagger /app/swagger
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"MongoURL" : "mongodb://127.0.0.1:27017/",
|
"MongoURL" : "mongodb://127.0.0.1:27017",
|
||||||
"DCNAME" : "DC_myDC",
|
"DCNAME" : "DC_myDC",
|
||||||
"DBPOINT" : "demo_06042021"
|
"DBPOINT" : "demo_06042021"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user