Skip to content

Commit

Permalink
test after success
Browse files Browse the repository at this point in the history
  • Loading branch information
milinsoft committed Apr 27, 2024
1 parent 231a935 commit 76f39eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN set -ex \
&& python3 -m venv venv \
&& chmod +x ./venv/bin/activate \
&& ./venv/bin/pip install -r $PROJECT_FOLDER/requirements.txt \
&& ln -sf /usr/bin/python3.11 /usr/bin/python \
&& ln -sf /venv/bin/python /usr/bin/python \
&& apk del git \
&& rm -rf /var/cache/apk/* /root/.cache $PROJECT_FOLDER/.git

CMD ["./venv/bin/python", "-m", "unittest", "discover", "bank_app"]
CMD ["python", "-m", "unittest", "discover", "bank_app"]

0 comments on commit 76f39eb

Please sign in to comment.