Skip to content

Commit

Permalink
Update compose and instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzwang committed Apr 6, 2023
1 parent 20e63ef commit fecbded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ A course discovery and planning tool which combines all of UC Berkeley's academi
Berkeleytime was created by [Yuxin Zhu](http://yuxinzhu.com/) and [Noah Gilmore](https://noahgilmore.com) and is maintained by [the ASUC Office of the CTO](https://octo.asuc.org/).
# Getting started

Create an `.env` file with the keys in `.env.template` populated accordingly.

Start Docker before running these in repo root

```{bash}
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ services:
- start
networks:
- bt
ports:
- 3000:3000 # local dev seems to use ws://localhost:3000/ws to listen for source code changes and refresh
restart: always
volumes:
- ./frontend/src:/frontend/src
Expand Down

0 comments on commit fecbded

Please sign in to comment.