Skip to content

Commit

Permalink
TEST TESTS VIA DOCKER
Browse files Browse the repository at this point in the history
  • Loading branch information
milinsoft committed Apr 25, 2024
1 parent 261f1f3 commit 5783214
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ RUN set -ex \
&& apk del git \
&& rm -rf /var/cache/apk/* /root/.cache $PROJECT_FOLDER/.git

CMD ["python3", "bank_app"]
CMD ["python3, "-m", "unittest", "discover", "bank_app"]

0 comments on commit 5783214

Please sign in to comment.