commit | a79e608873e177734b4da05ad5a13667ae8902fe | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Aug 21 14:16:47 2018 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Aug 21 14:18:02 2018 -0700 |
tree | 20bb968dcf8d3c383599d76f53b5aa1f77e059f0 | |
parent | f86817bd65b3ecdd4e9d3229a5e5d0c3b4dad68f [diff] [blame] |
[SEBA-202] Adding remote_id Change-Id: I9346ded6376e66aa571f835f970d6bba7a91353d
diff --git a/Dockerfile b/Dockerfile index 9e08850..9f97dbf 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -13,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +# docker build -t sadis-server:candidate . + FROM golang:1.7-alpine as builder MAINTAINER Open Networking Foundation <info@opennetworking.org>