swingmusic/Dockerfile
mungai-njoroge ad88ab4adb modify Dockerfile
+ add special instructions for @volcs0 for debugging
2023-09-20 03:06:01 +03:00

14 lines
186 B
Docker

FROM ubuntu:latest
WORKDIR /
COPY ./dist/swingmusic /swingmusic
EXPOSE 1970/tcp
VOLUME /music
VOLUME /config
ENTRYPOINT ["/swingmusic", "--host", "0.0.0.0", "--config", "/config"]