mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-08 08:44:27 +00:00
Fix comment in Dockerfile
This commit is contained in:
parent
33f844fa21
commit
0a639c5c08
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue