5 lines
83 B
Docker
5 lines
83 B
Docker
FROM alpine
|
|
|
|
COPY ./build/bgm-server /usr/bin/
|
|
|
|
ENTRYPOINT ["/usr/bin/bgm-server"]
|