dark background, dockerfile
This commit is contained in:
parent
1f0e6ba8fa
commit
9620703efc
2 changed files with 8 additions and 1 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue