Skip to content

Commit

Permalink
fix: typo was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
scientiststwin committed Jul 20, 2023
1 parent 6e91c79 commit 9cf59f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN pip3 install -r requirements.txt

FROM base AS test
RUN python3 -m coverage run -m pytest tests
CMD ["python3", "-m", "coverage", "lcov" ,"-o", "coveage/coverage.lcov"]
CMD ["python3", "-m", "coverage", "lcov" ,"-o", "coverage/coverage.lcov"]

FROM base AS prod-server
CMD ["python3", "server.py"]
Expand Down

0 comments on commit 9cf59f6

Please sign in to comment.