Commit 43bccaa9 authored by Greg Taylor's avatar Greg Taylor

Exposing port 5000.

parent b9504eea
...@@ -13,4 +13,5 @@ COPY . /opt/app/src/ ...@@ -13,4 +13,5 @@ COPY . /opt/app/src/
WORKDIR /opt/app/src WORKDIR /opt/app/src
RUN python setup.py install RUN python setup.py install
EXPOSE 5000
CMD dronedemo CMD dronedemo
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment