dark background, dockerfile

This commit is contained in:
Vinzenz Schroeter 2024-04-13 14:14:50 +02:00
parent 1f0e6ba8fa
commit 9620703efc
2 changed files with 8 additions and 1 deletions

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
TAG=cccb-tanks-cs
build:
podman build . --tag=$(TAG)
run: build
podman run -i -p 3000:3000 localhost/$(TAG):latest

View file

@ -10,7 +10,7 @@ body {
align-items: center;
justify-content: center;
background-color: white;
background-color: black;
}
#root {