Mercurial > code > home > repos > video
view Dockerfile.vids @ 0:3f2da406c788
start
author | drewp@bigasterisk.com |
---|---|
date | Tue, 21 Jul 2020 23:28:04 -0700 |
parents | |
children |
line wrap: on
line source
FROM bang6:5000/base_x86 WORKDIR /opt RUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata vim RUN DEBIAN_FRONTEND=noninteractive apt-get install -y webfs CMD [ "webfsd", "-Fp", "9054", "-r", "/vids/" ]