mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-22 15:51:00 +00:00
Update base image to 3.2.0
This commit is contained in:
parent
21bccde769
commit
d7f7df6fb8
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3ff04ea584faf46e92
|
FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd14060332dd88263ea
|
||||||
|
|
||||||
RUN mkdir -p /app/code /app/pkg
|
RUN mkdir -p /app/code /app/pkg
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
@ -38,12 +38,12 @@ RUN ln -fs /run/mastodon/bullet.log /app/code/log/bullet.log && \
|
||||||
RUN rm /etc/nginx/sites-enabled/* && \
|
RUN rm /etc/nginx/sites-enabled/* && \
|
||||||
ln -sf /dev/stdout /var/log/nginx/access.log && \
|
ln -sf /dev/stdout /var/log/nginx/access.log && \
|
||||||
ln -sf /dev/stderr /var/log/nginx/error.log
|
ln -sf /dev/stderr /var/log/nginx/error.log
|
||||||
ADD nginx_readonlyrootfs.conf /etc/nginx/conf.d/readonlyrootfs.conf
|
COPY nginx_readonlyrootfs.conf /etc/nginx/conf.d/readonlyrootfs.conf
|
||||||
COPY nginx/mastodon.conf /etc/nginx/sites-available/mastodon
|
COPY nginx/mastodon.conf /etc/nginx/sites-available/mastodon
|
||||||
RUN ln -s /etc/nginx/sites-available/mastodon /etc/nginx/sites-enabled/mastodon
|
RUN ln -s /etc/nginx/sites-available/mastodon /etc/nginx/sites-enabled/mastodon
|
||||||
|
|
||||||
# add supervisor configs
|
# add supervisor configs
|
||||||
ADD supervisor/* /etc/supervisor/conf.d/
|
COPY supervisor/* /etc/supervisor/conf.d/
|
||||||
RUN ln -sf /run/mastodon/supervisord.log /var/log/supervisor/supervisord.log
|
RUN ln -sf /run/mastodon/supervisord.log /var/log/supervisor/supervisord.log
|
||||||
|
|
||||||
RUN ln -fs /app/data/env.production /app/code/.env.production
|
RUN ln -fs /app/data/env.production /app/code/.env.production
|
||||||
|
|
Loading…
Reference in a new issue