dark background, dockerfile
This commit is contained in:
parent
1f0e6ba8fa
commit
9620703efc
7
Makefile
Normal file
7
Makefile
Normal 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
|
|
@ -10,7 +10,7 @@ body {
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
background-color: white;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
#root {
|
||||
|
|
Loading…
Reference in a new issue