diff --git a/WebGui/DOCKERFILE b/WebGui/DOCKERFILE index 2760763..e95ac2b 100644 --- a/WebGui/DOCKERFILE +++ b/WebGui/DOCKERFILE @@ -11,7 +11,7 @@ COPY ./Helloworld.py /app/ EXPOSE 5000 # Install any dependencies -RUN pip install --no-cache-dir -r ./requirements.txt +RUN pip install --no-cache-dir -r flask # Set the entry point CMD ["python", "Helloworld.py"]