blob: 22e4f963ae885cae48b794361ea68be9593fc90a [file] [log] [blame]
Matteo Scandolofcf842e2017-08-08 13:05:25 -07001
2# Copyright 2017-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16
Andrea Campanellaade88482017-04-05 12:39:52 +020017FROM xosproject/xos-synchronizer-base:candidate
18
19ADD . /opt/xos/synchronizers/metro-net
20
21ENTRYPOINT []
22
23WORKDIR "/opt/xos/synchronizers/metro-net"
24
Max Chua1109432017-07-11 13:15:04 -070025
26CMD bash -c "cd /opt/xos/synchronizers/metro-net; chmod 755 ./run-from-api.sh; ./run-from-api.sh"