Skip to content

Commit

Permalink
Merge pull request #2271 from opengovsg/refactor/default-from-address
Browse files Browse the repository at this point in the history
refactor: default from address
  • Loading branch information
KishenKumarrrrr authored Sep 2, 2024
2 parents aee4a9e + 2269ef1 commit 6e942c2
Show file tree
Hide file tree
Showing 21 changed files with 77 additions and 5,050 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ You should find the

- React frontend at [localhost:3000](http://localhost:3000)
- Express backend at [localhost:4000](http://localhost:4000)
- Swagger docs at [localhost:4000/docs](http://localhost:4000/docs)

Alternatively, if you would like to develop locally against staging database and workers, ensure that you have set up the necessary variables in `./backend/.env` and run either:

Expand Down
1 change: 0 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ RUN npm install

COPY --from=builder /usr/home/shared/build ../shared/build

COPY openapi.yaml ./
COPY --from=builder /usr/home/postmangovsg/build ./build

ENTRYPOINT [ "tini", "--" ]
Expand Down
Loading

0 comments on commit 6e942c2

Please sign in to comment.