Skip to content

Commit

Permalink
fix: website
Browse files Browse the repository at this point in the history
  • Loading branch information
xbingW committed Jun 6, 2024
1 parent 1116a9a commit 65a940d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand All @@ -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

Expand Down

0 comments on commit 65a940d

Please sign in to comment.