diff options
author | 2022-06-01 08:01:33 -0700 | |
---|---|---|
committer | 2022-06-01 08:01:33 -0700 | |
commit | 6ba918290ba6bc9bac4265b8e6bc3b83eed92e36 (patch) | |
tree | 132d3b703c1a29f5cc6de484d6317220ffc94da5 /Dockerfile | |
parent | Fix typo in project description (diff) |
Fix typo in Dockerfile comment
Co-authored-by: Matteo Bertucci <[email protected]>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |