diff --git a/Dockerfile b/Dockerfile index f39cb07..d83521e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,5 +3,4 @@ WORKDIR /app COPY . /app RUN pip install -r requirements.txt EXPOSE 9999 -WORKDIR /app ENTRYPOINT ["python", "app.py"]