summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEffy Elden <effy@effy.space>2022-12-19 23:46:00 +1100
committerEffy Elden <effy@effy.space>2022-12-19 23:46:00 +1100
commit0a639c5c08fbe2e8458da720297aa446fff446ca (patch)
treefd5d0a88164659b02526e0f486239a89d21efea5
parent33f844fa21807fa411c5ebf4de9263a4e92fa6ff (diff)
Fix comment in Dockerfilefix-caniuselite-lockfile
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ce7f4d7186d..7ccbad7f43c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -75,7 +75,7 @@ RUN apt-get update && \
tini && \
ln -s /opt/mastodon /mastodon
-# Note: no, cleaning here since Debian does this automatically
+# Note: no cleaning here since Debian does this automatically
# See the file /etc/apt/apt.conf.d/docker-clean within the Docker image's filesystem
COPY --chown=mastodon:mastodon . /opt/mastodon