Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgerstmayr committed Feb 8, 2025
1 parent 882a16b commit bc232bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ ci:

## Container
container-run: container-stop
docker build -t fava-portfolio-returns -f Dockerfile.test .
docker run -d --name fava-portfolio-returns-test fava-portfolio-returns
docker build -t fava-portfolio-returns-test -f Dockerfile.test .
docker run -d --name fava-portfolio-returns-test fava-portfolio-returns-test

container-stop:
docker rm -f fava-portfolio-returns-test
Expand Down

0 comments on commit bc232bd

Please sign in to comment.