Skip to content

Commit

Permalink
chore: adding ws port in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
libterty committed Mar 19, 2021
1 parent 8166e6e commit c1045d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ COPY ./package.json ./
RUN npm install
COPY . .
RUN npm run build
EXPOSE 7070 8080
EXPOSE 84 7070 8080

0 comments on commit c1045d1

Please sign in to comment.