Skip to content

Commit c9bae0b

Browse files
committed
update CMD to run server, should also support docker exec -it ... /sh for cli commands in parallel
1 parent 806275e commit c9bae0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ RUN apt install -y \
4747
WORKDIR /root
4848

4949
# Start a bash shell when running the container
50-
CMD ["/bin/bash"]
50+
CMD ["/usr/local/bin/OpenRGB.AppImage", "--server"]

0 commit comments

Comments
 (0)