Skip to content
Snippets Groups Projects
Commit 71baacb4 authored by Shlee's avatar Shlee Committed by Eugen Rochko
Browse files

Update Dockerfile (#12997)

parent 0c611e31
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,9 @@ RUN npm install -g yarn && \
COPY Gemfile* package.json yarn.lock /opt/mastodon/
RUN cd /opt/mastodon && \
bundle install -j$(nproc) --deployment --without development test && \
bundle config set deployment 'true' && \
bundle config set without 'development test' && \
bundle install -j$(nproc) && \
yarn install --pure-lockfile
FROM ubuntu:18.04
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment