소스 검색

Merge pull request #2742 from damianopetrungaro/master

Added missing slash in Dockerfile on ADD section
bubble
Tony Tam 7 년 전
committed by GitHub
부모
커밋
2aa4aa0dd6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile 파일 보기

@@ -9,7 +9,7 @@ COPY nginx.conf /etc/nginx/

# copy swagger files to the `/js` folder
ADD ./dist/ /usr/share/nginx/html/js
ADD ./public/* /usr/share/nginx/html
ADD ./public/* /usr/share/nginx/html/

# change the folder structure
RUN sed -i 's/\.\.\/dist/js/g' /usr/share/nginx/html/index.html


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