Ensure version.json is included in Docker image. Fixes #185
This commit is contained in:
Родитель
1cc7dfa7ae
Коммит
305ea039af
|
@ -1,3 +1,4 @@
|
|||
#/bin/sh
|
||||
./scripts/echo_version_json.sh > ./app/experimenter/version.json
|
||||
cp ./app/experimenter/version.json ./app/version.json
|
||||
docker build -f app/Dockerfile -t app:build app/
|
||||
|
|
Загрузка…
Ссылка в новой задаче