We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1116a9a commit 65a940dCopy full SHA for 65a940d
1 file changed
Dockerfile
@@ -93,7 +93,7 @@ directory = /srv/documents \n\
93
\n\
94
[program:front] \n\
95
command = npm start \n\
96
-directory = /srv/website \n\
+directory = /srv/website/cn \n\
97
98
[program:server] \n\
99
command = /srv/server \n\
@@ -108,7 +108,7 @@ RUN npm ci; npm run build
108
109
ENV TARGET=http://localhost:8080
110
COPY website /srv/website
111
-WORKDIR /srv/website
+WORKDIR /srv/website/cn
112
RUN npm ci; npm run build
113
# npm start
114
0 commit comments