X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FLCM.git;a=blobdiff_plain;f=Dockerfile.local;h=dcef0670fa353d42e9e28531171812cc956524c9;hp=65c7ce117cbc6483f22540269a2bb9a96727cf53;hb=8a0d6caa091700066ed8ceed1cda8495df547909;hpb=f578e55acd56e8bb15bda3604f9192280988105c diff --git a/Dockerfile.local b/Dockerfile.local index 65c7ce1..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,6 +82,8 @@ ENV OSMLCM_MESSAGE_PORT 9092 ENV OSMLCM_GLOBAL_LOGFILE /app/log/lcm.log ENV OSMLCM_GLOBAL_LOGLEVEL DEBUG +# ADD . /app + # Run app.py when the container launches CMD ["python3", "lcm.py"]