hub.moon.moe/Dockerfile

16 lines
389 B
Text
Raw Permalink Normal View History

2025-03-05 02:23:29 -05:00
FROM ghcr.io/mastodon/mastodon:v4.3.4
2023-07-15 21:12:25 -04:00
USER root
RUN mkdir -p /var/cache/apt/archives/partial && apt autoclean
2023-07-17 16:03:30 -04:00
RUN apt update && apt-get install -y sudo vim htop git curl && rm -rf /var/lib/apt/lists/*
2023-07-15 21:12:25 -04:00
2024-03-22 23:21:39 -04:00
VOLUME [ "/opt/my-mastodon" ]
RUN \
cp -r /opt/mastodon /opt/my-mastodon; \
ln -s /opt/my-mastodon /my-mastodon
WORKDIR /opt/my-mastodon
2024-09-05 00:55:21 -04:00
# bundle exec rails assets:precompile