Fix comment in Dockerfile

This commit is contained in:
Effy Elden 2022-12-19 23:46:00 +11:00
parent 33f844fa21
commit 0a639c5c08
No known key found for this signature in database
GPG Key ID: 532C5E50BF4F86EE
1 changed files with 1 additions and 1 deletions

View File

@ -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