Update README.md

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

View File

@ -1,6 +1,11 @@
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