summaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2023-03-15remove dockerstkhan
2020-05-08Remove need of NGINX and root87594589-7087-4f7c-b204-e84312ae374c
Example how to run: ``` docker run \ -d \ -p 4000:80 \ --cap-add=setuid \ sui ``` Busybox has an httpd function, and this brings the size down greatly. :)
2019-04-03first commitroot