diff --git a/WebGui/DOCKERFILE b/WebGui/DOCKERFILE index 2ce2196..316bb3e 100644 --- a/WebGui/DOCKERFILE +++ b/WebGui/DOCKERFILE @@ -8,7 +8,7 @@ WORKDIR /app COPY ./Helloworld.py /app/ #expose port -EXPOSE 5000 +#EXPOSE 5000 # Install any dependencies RUN pip install --no-cache-dir -r ./requirements.py