Skip to content

Commit

Permalink
Merge pull request #580 from scidsg/no-tests-in-docker
Browse files Browse the repository at this point in the history
Stop running tests in docker
  • Loading branch information
micahflee committed Sep 11, 2024
2 parents bf3124b + 73e6cc7 commit 53c65ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 53c65ee

Please sign in to comment.