We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed333a7 commit c3dba11Copy full SHA for c3dba11
README.md
@@ -21,7 +21,7 @@ For indication on how to package the game yourself look at this document: [Packa
21
Once you clone this repository you can build the image using the following command:<br>
22
Note that you need to package the game yourself, als place it with the correct name in the local root of the repo.
23
```sh
24
-docker build -f docker/Dockerfile . -t stardew-server:latest
+docker build (-f ./Dockerfile) . -t stardew-server:latest
25
```
26
If you want to integrate the building directory into the compose, you can use the following:
27
```yaml
0 commit comments