Fix comment in Dockerfile
This commit is contained in:
parent
33f844fa21
commit
0a639c5c08
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ RUN apt-get update && \
|
||||||
tini && \
|
tini && \
|
||||||
ln -s /opt/mastodon /mastodon
|
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
|
# See the file /etc/apt/apt.conf.d/docker-clean within the Docker image's filesystem
|
||||||
|
|
||||||
COPY --chown=mastodon:mastodon . /opt/mastodon
|
COPY --chown=mastodon:mastodon . /opt/mastodon
|
||||||
|
|
Loading…
Reference in a new issue