Change UID

This commit is contained in:
asonix 2019-10-19 19:10:29 -05:00
parent 583b7239b5
commit f75b25628a

View file

@ -23,8 +23,8 @@ RUN chmod +rx /tini
ENV PATH="${PATH}:/opt/ruby/bin:/opt/node/bin:/opt/mastodon/bin"
# Create the mastodon user
ARG UID=991
ARG GID=991
ARG UID=1001
ARG GID=1001
RUN apt update && \
echo "Etc/UTC" > /etc/localtime && \
ln -s /opt/jemalloc/lib/* /usr/lib/ && \