瀏覽代碼

Update Dockerfile (#12997)

master^2
Shlee 4 年之前
committed by Eugen Rochko
父節點
當前提交
71baacb49a
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      Dockerfile

+ 3
- 1
Dockerfile 查看文件

@@ -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


Loading…
取消
儲存