mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-21 23:31:00 +00:00
Initial commit
This commit is contained in:
parent
72cc56c31e
commit
65496bba63
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ RUN apt-get install -y \
|
|||
certbot yarn libidn11-dev libicu-dev libjemalloc-dev \
|
||||
ruby2.5
|
||||
|
||||
RUN gem install bundler --no-ri --no-rdoc
|
||||
RUN gem update --system
|
||||
RUN gem install bundler
|
||||
|
||||
RUN rm -r /etc/nginx/sites-enabled/default /var/lib/nginx /var/log/nginx
|
||||
RUN mkdir -p /run/nginx && ln -fs /run/nginx /var/lib/nginx && ln -fs /run/nginx/log /var/log/nginx
|
||||
|
|
Loading…
Reference in a new issue