Skip to content

Commit

Permalink
Set default Secured WebSocket to 443
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Jan 18, 2024
1 parent 03b3730 commit b87f388
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 3001
EXPOSE 3000 443
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=wss://works-finder.staging.dataesr.ovh
VITE_WS_PORT=3001
VITE_WS_PORT=443

0 comments on commit b87f388

Please sign in to comment.