bzflag icon indicating copy to clipboard operation
bzflag copied to clipboard

Add official Dockerfile to the project

Open allejo opened this issue 5 months ago • 2 comments

Creating this PR so that if any discussions need to happen, they can happen here. Right now, I'm just documenting how to use the Dockerfile

Building the container

docker build --build-arg="configure=--enable-custom-plugins-file=''" .

Running the container

docker run -p 5154:5154 -p 5154:5154/udp

allejo avatar Jan 16 '24 03:01 allejo