소스 검색

fix: remove supervisord file

Nicolas Giard 6 년 전
부모
커밋
51aff58ae0
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      dev/build/Dockerfile

+ 0 - 1
dev/build/Dockerfile

@@ -36,7 +36,6 @@ RUN apk update && \
 
 WORKDIR /wiki
 
-COPY ./dev/build/supervisord.conf /etc/supervisord.conf
 COPY --from=assets /wiki/assets ./assets
 COPY --from=assets /wiki/node_modules ./node_modules
 COPY ./server ./server