Update README.md

This commit is contained in:
Patrice Matz 2019-06-15 18:53:49 +02:00 committed by GitHub
parent f450cfb0e9
commit b94f5cfc2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1 +1,6 @@
UI
### usage
git clone https://github.com/Askill/UI
cd UI
docker build -t ui-server .
docker run -ti --rm -p 80:5000 ui-server:latest