mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-02-09 13:47:17 +02:00
6 lines
217 B
Makefile
6 lines
217 B
Makefile
build:
|
|
docker build -t factorio-server-manager .
|
|
|
|
run:
|
|
docker run -d --name factorio-server-manager -v [yourpath]:/security -p80:80 -p443:443 -p34197:34197/udp -e "ADMIN_PASSWORD=jqkSnQS4rA" factorio-server-manager
|