Build Docker image
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM debian:bullseye-slim
|
||||
|
||||
COPY player-server /usr/local/bin/
|
||||
COPY web /web
|
||||
|
||||
CMD ["player-server", "--files-path", "/web"]
|
Reference in New Issue
Block a user