diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Dockerfile b/Dockerfile index aefcb44bd..aecf5a385 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM node:8.15-alpine as node -FROM ruby:2.6-alpine3.8 +FROM node:10-alpine as node +FROM ruby:2.6-alpine -LABEL maintainer="https://github.com/tootsuite/mastodon" \ - description="Your self-hosted, globally interconnected microblogging community" +LABEL maintainer="https://github.com/pluralcafe/mastodon" \ + description="Mastodon Glitch Edition" ARG UID=991 ARG GID=991 @@ -89,6 +89,6 @@ VOLUME /mastodon/public/system USER mastodon ENV LD_PRELOAD=/lib/stack-fix.so -RUN OTP_SECRET=precompile_placeholder SECRET_KEY_BASE=precompile_placeholder bundle exec rails assets:precompile +RUN OTP_SECRET=_ SECRET_KEY_BASE=_ bin/rails assets:precompile ENTRYPOINT ["/sbin/tini", "--"] |