add-frames #1

Merged
philipp merged 22 commits from add-frames into fork 2022-11-02 10:25:45 +01:00
2 changed files with 5 additions and 8 deletions
Showing only changes of commit 4e4894a132 - Show all commits

View file

@ -1,14 +1,8 @@
include .env
export
build:
$(MAKE) -C backend build
docker push yksflip/dashboard-backend:latest
docker build -t dashboard .
docker tag dashboard yksflip/dashboard:latest
run:
docker run --rm -it -p 80:80 dashboard
push:
docker push yksflip/dashboard:latest
rm:

View file

@ -1,3 +1,6 @@
build:
docker build -t dashboard-backend .
docker tag dashboard-backend yksflip/dashboard-backend:latest
clean:
rm database.db