소스 검색

fix: website

xiaobing.wang 1 년 전
부모
커밋
65a940d3ef
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -93,7 +93,7 @@ directory   = /srv/documents        \n\
                                     \n\
 [program:front]                     \n\
 command     = npm start             \n\
-directory   = /srv/website          \n\
+directory   = /srv/website/cn       \n\
                                     \n\
 [program:server]                    \n\
 command     = /srv/server           \n\
@@ -108,7 +108,7 @@ RUN npm ci; npm run build
 
 ENV TARGET=http://localhost:8080
 COPY website /srv/website
-WORKDIR /srv/website
+WORKDIR /srv/website/cn
 RUN npm ci; npm run build
 # npm start