commit | 29ce368a8b49cb41f3a1640581ff9958ea50ad8c | [log] [tgz] |
---|---|---|
author | Alex Stancu <alexandru.stancu@highstreet-technologies.com> | Sat Nov 02 10:38:59 2019 +0200 |
committer | Alex Stancu <alexandru.stancu@highstreet-technologies.com> | Sat Nov 02 10:38:59 2019 +0200 |
tree | c37db225b8fc16de22ed04255da1d30dc2c45896 | |
parent | 1d6c03fcfde03df735f82913ea795a75cd3068d9 [diff] [blame] |
Initial commit of the O1 simulator framework. Signed-off-by: Alex Stancu <alexandru.stancu@highstreet-technologies.com> Change-Id: Ifdc9e319ef6085354ed5dea637c702652a640a23
diff --git a/docker-build-manager.sh b/docker-build-manager.sh new file mode 100755 index 0000000..6a61958 --- /dev/null +++ b/docker-build-manager.sh
@@ -0,0 +1 @@ +docker build --build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') -t ntsim_manager -f ntsimulator/deploy/manager/Dockerfile .