You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,25 @@
7
7
8
8
This project provides a Docker image that uses [SteamCMD](https://developer.valvesoftware.com/wiki/SteamCMD) to easily install and update dedicated Satisfactory servers.
9
9
10
-
## Usage
10
+
> **Note:** This repository and its contents are not affiliated with, endorsed, or supported by Steam or Coffee Stain Studios.
11
+
12
+
## Build the Docker Image
13
+
14
+
To build the image locally, run:
15
+
16
+
```sh
17
+
docker build -t satisfactory-local .
18
+
```
19
+
20
+
## Run the Locally Built Image
21
+
22
+
To run the container with the common Satisfactory Dedicated Server ports exposed and start the server automatically, use `/data/FactoryServer.sh` as the entrypoint:
0 commit comments