diff --git a/README.md b/README.md index 6ac6e23c99..67606ebf97 100755 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Run the following shell command to build the Docker image from scratch. This wil npm run dev ``` -After the Docker image has finished building, the application can be accessed at [localhost:5000](localhost:5000). +After the Docker image has finished building, the application can be accessed at [localhost:5001](localhost:5001). If there are no dependency changes in `package.json` or changes in the `src/app/server.ts` file, you can run diff --git a/docker-compose.yml b/docker-compose.yml index 32600fecff..3dcaeb5777 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: - ./:/opt/formsg - /opt/formsg/node_modules ports: - - '5000:5000' + - '5001:5000' - '4566:4566' # localstack ports - '5156:5156' # mockpass ports - '9229:9229' # Node debugger port