mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Dockerfile: run asset precompilation as a build step (#7780)
* Dockerfile: run asset precompilation as a build step * Replace OTP_SECRET and SECRET_KEY_BASE with placeholders
This commit is contained in:
parent
955d5d36e8
commit
68cccb00ef
@ -77,8 +77,10 @@ COPY . /mastodon
|
|||||||
|
|
||||||
RUN chown -R mastodon:mastodon /mastodon
|
RUN chown -R mastodon:mastodon /mastodon
|
||||||
|
|
||||||
VOLUME /mastodon/public/system /mastodon/public/assets /mastodon/public/packs
|
VOLUME /mastodon/public/system
|
||||||
|
|
||||||
USER mastodon
|
USER mastodon
|
||||||
|
|
||||||
|
RUN OTP_SECRET=precompile_placeholder SECRET_KEY_BASE=precompile_placeholder bundle exec rails assets:precompile
|
||||||
|
|
||||||
ENTRYPOINT ["/sbin/tini", "--"]
|
ENTRYPOINT ["/sbin/tini", "--"]
|
||||||
|
Loading…
Reference in New Issue
Block a user