Skip to content

Commit 77ce10f

Browse files
committed
changed port to 5001
1 parent 94460b2 commit 77ce10f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/docker/client/src/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const path = require('path');
22
const express = require('express');
33

4-
const PORT = 5000;
4+
const PORT = 5001;
55

66
const chronosConfig = require('./chronos-config');
77
const Chronos = require('@chronosmicro/tracker');

0 commit comments

Comments
 (0)