Skip to content

Commit 187a515

Browse files
Alfie Johnhiyuki2578
authored andcommitted
Expand abbreviation to minimise confusion (mastodon#10826)
1 parent f17eef3 commit 187a515

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ RUN apt update && \
8686
useradd -m -u $UID -g $GID -d /opt/mastodon mastodon && \
8787
echo "mastodon:`head /dev/urandom | tr -dc A-Za-z0-9 | head -c 24 | mkpasswd -s -m sha-256`" | chpasswd
8888

89-
# Install masto runtime deps
89+
# Install mastodon runtime deps
9090
RUN apt -y --no-install-recommends install \
9191
libssl1.1 libpq5 imagemagick ffmpeg \
9292
libicu60 libprotobuf10 libidn11 libyaml-0-2 \
@@ -104,11 +104,11 @@ ADD https://github.com/krallin/tini/releases/download/v${TINI_VERSION}/tini /tin
104104
RUN echo "$TINI_SUM tini" | sha256sum -c -
105105
RUN chmod +x /tini
106106

107-
# Copy over masto source, and dependencies from building, and set permissions
107+
# Copy over mastodon source, and dependencies from building, and set permissions
108108
COPY --chown=mastodon:mastodon . /opt/mastodon
109109
COPY --from=build-dep --chown=mastodon:mastodon /opt/mastodon /opt/mastodon
110110

111-
# Run masto services in prod mode
111+
# Run mastodon services in prod mode
112112
ENV RAILS_ENV="production"
113113
ENV NODE_ENV="production"
114114

0 commit comments

Comments
 (0)