Skip to content

Commit 65a940d

Browse files
committed
fix: website
1 parent 1116a9a commit 65a940d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ directory = /srv/documents \n\
9393
\n\
9494
[program:front] \n\
9595
command = npm start \n\
96-
directory = /srv/website \n\
96+
directory = /srv/website/cn \n\
9797
\n\
9898
[program:server] \n\
9999
command = /srv/server \n\
@@ -108,7 +108,7 @@ RUN npm ci; npm run build
108108

109109
ENV TARGET=http://localhost:8080
110110
COPY website /srv/website
111-
WORKDIR /srv/website
111+
WORKDIR /srv/website/cn
112112
RUN npm ci; npm run build
113113
# npm start
114114

0 commit comments

Comments
 (0)