Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 168 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 168 Bytes
sudo docker build -t qai .

sudo docker run -d --name qai \
-p 8080:8080 \
-v ./files:/home/myrustappuser/files \
-v ./storage:/home/myrustappuser/storage \
qai