clippable/Dockerfile
shockrah de51b9141d + DOcker image in registry wew lad
+ Better docs
All around qol for people that don't know what this thing is
2021-10-18 02:18:00 -07:00

9 lines
148 B
Docker

FROM debian:sid-slim
# Default daniel dirs
RUN mkdir -p /media/clips /media/thumbnails
COPY build/ /app
WORKDIR /app
ENTRYPOINT [ "/app/server" ]