Skip to content

Commit

Permalink
fix ws port, the ultimate solution
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Jan 18, 2024
1 parent bbd7281 commit ee35c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ COPY package*.json ./
COPY server ./server
RUN npm ci --silent
CMD ["npm", "run", "-w", "server", "start"]
EXPOSE 3000
EXPOSE 3000 3001
2 changes: 1 addition & 1 deletion client/.env.staging
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VITE_HEADER_TAG=staging
VITE_WS_HOST=ws://localhost
VITE_WS_PORT=8080
VITE_WS_PORT=3001

0 comments on commit ee35c82

Please sign in to comment.