aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2022-06-01 08:01:33 -0700
committerGravatar GitHub <[email protected]>2022-06-01 08:01:33 -0700
commit6ba918290ba6bc9bac4265b8e6bc3b83eed92e36 (patch)
tree132d3b703c1a29f5cc6de484d6317220ffc94da5 /Dockerfile
parentFix typo in project description (diff)
Fix typo in Dockerfile comment
Co-authored-by: Matteo Bertucci <[email protected]>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ef696e0..e6110d6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -70,7 +70,7 @@ CMD ["-c", "config/gunicorn.conf.py"]
# ------------------------------------------------------------------------------
FROM venv
-# Use a separate directory to avoid importing the source over the instaled pkg.
+# Use a separate directory to avoid importing the source over the installed pkg.
# The venv already installed dependencies, so nothing besides snekbox itself
# will be installed. Note requirements.pip cannot be used as a constraint file
# because it contains extras, which pip disallows.