소스 검색

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


불러오는 중...
취소
저장