* add docker config with a nginx

* add a make script for easy startup
* extend the readme to subscribe, how you can run with docker
This commit is contained in:
sassar88
2022-12-06 11:00:11 +01:00
parent 952b1f642c
commit 0cb5382ac5
7 changed files with 149 additions and 0 deletions

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
start:
docker build -f Dockerfile --target "prod" . -t "cardconjurer-client" && docker run -dit -h 127.0.0.1 -p 4242:4242 "cardconjurer-client"