소스 검색

Attach nginx process to PID 1 so the container can be stopped properly.

bubble
janpapenbrock 7 년 전
부모
커밋
b2e313f3e3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile 파일 보기

@@ -10,4 +10,4 @@ ADD ./dist/ /usr/share/nginx/html

EXPOSE 8080

CMD nginx -g 'daemon off;'
CMD exec nginx -g 'daemon off;'

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