mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-05 17:29:39 -06:00
use port 52345 for server by default
This commit is contained in:
@@ -8,6 +8,6 @@ RUN npm install
|
||||
|
||||
COPY ./server/ ./
|
||||
|
||||
EXPOSE 5000
|
||||
EXPOSE 52345
|
||||
|
||||
CMD ["node", "index.js"]
|
||||
Reference in New Issue
Block a user