diff --git a/Dockerfile b/Dockerfile index dd4915e2..e0364d1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,8 +22,6 @@ RUN poetry install --no-root # Copy the rest of the application COPY . /app -RUN . ./dev_env.sh && poetry run pytest -vv /app/tests - # Expose port 8080 EXPOSE 8080