Expose of the ports to play the game.
This commit is contained in:
parent
9eff2d1de0
commit
1eb0de8cdf
|
|
@ -40,4 +40,6 @@ RUN cmake .. -DRPI4ARM64=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
|||
RUN make -j4;
|
||||
RUN make install
|
||||
|
||||
EXPOSE 2456-2458/udp
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue