commit | ae8cbabf6491f94e71665ad986e1518e47a7e407 | [log] [tgz] |
---|---|---|
author | Max Chu <maxmchu@gmail.com> | Thu Aug 24 11:55:21 2017 -0700 |
committer | Max Chu <maxmchu@gmail.com> | Wed Sep 13 15:53:29 2017 -0700 |
tree | 1472f02c4d30cbe5b93e05b1086c14657456c74e | |
parent | cbc7ba1615cad816c82ab9ac62c9d341c5f1b088 [diff] [blame] |
migrate vEE to master Change-Id: Ie451914a395ad8a8df20fb8df1054d55ce0eb263
diff --git a/xos/synchronizer/Dockerfile.synchronizer b/xos/synchronizer/Dockerfile.synchronizer index 4f6f9c1..c48c1bb 100644 --- a/xos/synchronizer/Dockerfile.synchronizer +++ b/xos/synchronizer/Dockerfile.synchronizer
@@ -22,4 +22,4 @@ WORKDIR "/opt/xos/synchronizers/vee" -CMD bash -c "cd /opt/xos/synchronizers/vee; ./run-from-api.sh" \ No newline at end of file +CMD bash -c "cd /opt/xos/synchronizers/vee; chmod 755 ./run-from-api.sh; ./run-from-api.sh" \ No newline at end of file