Expose of the ports to play the game.

This commit is contained in:
Tranko 2021-09-27 10:43:04 +00:00 committed by GitHub
parent 9eff2d1de0
commit 1eb0de8cdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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"]