mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2024-12-29 02:57:24 +02:00
6 lines
161 B
Makefile
6 lines
161 B
Makefile
build:
|
|
docker build -t factorio-server-manager .
|
|
|
|
run:
|
|
docker run -d -p 8080:8080 -p 34197:34197/udp -v /home/user/.factorio:/factorio factorio-server-manager
|