aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content/resources
diff options
context:
space:
mode:
authorGravatar Exenifix <[email protected]>2022-12-04 13:15:21 +0300
committerGravatar GitHub <[email protected]>2022-12-04 13:15:21 +0300
commit0574eb2842880f73b05d3fbf31f5d4cda346aecf (patch)
treea82486310f3a25e569d55c5548b7dfb1c42f58a3 /pydis_site/apps/content/resources
parentUpdate pydis_site/apps/content/resources/guides/python-guides/docker-hosting-... (diff)
Update pydis_site/apps/content/resources/guides/python-guides/docker-hosting-guide.md
Co-authored-by: Vivek Ashokkumar <[email protected]>
Diffstat (limited to 'pydis_site/apps/content/resources')
-rw-r--r--pydis_site/apps/content/resources/guides/python-guides/docker-hosting-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/python-guides/docker-hosting-guide.md b/pydis_site/apps/content/resources/guides/python-guides/docker-hosting-guide.md
index 395a6c46..a52788f6 100644
--- a/pydis_site/apps/content/resources/guides/python-guides/docker-hosting-guide.md
+++ b/pydis_site/apps/content/resources/guides/python-guides/docker-hosting-guide.md
@@ -170,7 +170,7 @@ The main purpose of `docker-compose` is mostly to allow running several images a
don't need this in discord bots.
For us, it has the following benefits:
-- we can build and run the container just with one command
+- we can build and run the container with just one command
- if we need to parse some environment variables or volumes (more about them further in tutorial) our run command would
look like this