Skip to content

Commit

Permalink
fix typo (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: wasabrot <28702988+wasabrot@users.noreply.github.com>
  • Loading branch information
wstrametz and wasabrot authored Mar 17, 2024
1 parent bb1a18c commit 9803622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ Or test with docker using your local container on **Linux**:

```bash
# optional, don't do this for first tests unless you know what you are doing
docker build -f DockerfileLinux. -t fridge
docker build -f DockerfileLinux . -t fridge
```

On **MacOs** use:

```bash
# optional, don't do this for first tests unless you know what you are doing
docker build -f DockerfileMacOs. -t fridge
docker build -f DockerfileMacOs . -t fridge
```
Creating **MacOS image** will take several hours and is not possible on github free tier. The script `buildPublish.sh` is used for building and publishing the image from the local Mac.

Expand Down

0 comments on commit 9803622

Please sign in to comment.