File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
9090RUN 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
104104RUN echo "$TINI_SUM tini" | sha256sum -c -
105105RUN 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
108108COPY --chown=mastodon:mastodon . /opt/mastodon
109109COPY --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
112112ENV RAILS_ENV="production"
113113ENV NODE_ENV="production"
114114
You can’t perform that action at this time.
0 commit comments