Commit 8a7be03d authored by carignani's avatar carignani
Browse files

fixes to be deployed on Docker

parent 0d04ebf8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,5 +32,7 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en  
ENV LC_ALL en_US.UTF-8

RUN mkdir /tmp/upload

ENTRYPOINT ["python3"]
CMD ["web_app.py"]
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ Build the image with

Run the container with

    docker run -d -p 5000:5000 tosca-ie-sample
    docker run -d -t -p 5000:5000 tosca-ie-sample

## Run locally