Skip to content

Commit

Permalink
expose server
Browse files Browse the repository at this point in the history
  • Loading branch information
lhns committed Feb 24, 2023
1 parent 2c706d7 commit bef963e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ WORKDIR /project
COPY . .
RUN npm ci

CMD npm run prod
CMD npm run prod -- --host
EXPOSE 4173

0 comments on commit bef963e

Please sign in to comment.