FROM debian:bullseye-slim

COPY player-server /usr/local/bin/
COPY web /web

CMD ["player-server", "--files-path", "/web"]