Skip to content

Commit

Permalink
fix: missing path in docker build (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: robert <juroberrttyb@gmail.com>
  • Loading branch information
juroberttyb and robert authored Dec 26, 2023
1 parent be52c77 commit 3c6aa3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/guides/hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ CMD ["/cdn/go-fast-cdn-linux"]
Now, when you have saved the file, you can test if it works as expected by building the container. For this step make sure that you have Docker running on your machine.

```bash
docker build -t cdn
docker build . -t cdn
```

If it builds successfully, you can run it with the following command
Expand Down

0 comments on commit 3c6aa3b

Please sign in to comment.