Skip to content
Snippets Groups Projects
Commit 2f850e9d authored by Léo Banno-Cloutier's avatar Léo Banno-Cloutier Committed by Sébastien Blin
Browse files

Dockerfile: copy versions.json to local filesystem

Change-Id: Icc9536c6bcc3f9f50e7a8b0d32de0b794ce282f5
parent 18ee41ca
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@ The following commands will generate the userguide and the jars needed:
docker build -f Dockerfile -t jams:latest --target prod . \
&& CONTAINER=$(docker create jams:latest) \
&& docker cp $CONTAINER:/app/jams/. jams \
&& docker cp $CONTAINER:/app/versions.json . \
&& docker rm -v $CONTAINER \
&& cd jams \
&& java -jar jams-launcher.jar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment