X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile.local;fp=Dockerfile.local;h=dcef0670fa353d42e9e28531171812cc956524c9;hb=refs%2Fchanges%2F11%2F6911%2F1;hp=e5bdb864d9fde7badbac398d3b89b4bd1f6347bf;hpb=c2033f23c8111a172f70873beda52735e23f41a6;p=osm%2FLCM.git diff --git a/Dockerfile.local b/Dockerfile.local index e5bdb86..dcef067 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -19,7 +19,7 @@ FROM ubuntu:16.04 WORKDIR /app/osm_lcm # Copy the current directory contents into the container at /app -#ADD . /app +ADD . /app # TODO move to the end RUN apt-get update && apt-get install -y git tox python3 \ python3-pip python3-aiohttp \ @@ -82,7 +82,7 @@ ENV OSMLCM_MESSAGE_PORT 9092 ENV OSMLCM_GLOBAL_LOGFILE /app/log/lcm.log ENV OSMLCM_GLOBAL_LOGLEVEL DEBUG -ADD . /app +# ADD . /app # Run app.py when the container launches CMD ["python3", "lcm.py"]