Skip to content

Commit ed5619a

Browse files
committed
Update readme on build info
1 parent 1fe27ef commit ed5619a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@ We wiped-out all accidentally commited project specific files in the new repo, a
99

1010
To run hackfoldr on local machine, please install `docker` & `docker-compose` first, then run:
1111

12-
```
13-
$ docker-compose up
12+
```bash
13+
docker-compose up
1414
```
1515

1616
This will spin up http://localhost:3000 using the latest code in the current directory.
1717

1818
If you update package.json, you will need to rebuild the base image using:
1919

20+
```bash
21+
docker-compose up --build
2022
```
21-
$ docker-compose up --build
22-
```
23+
24+
## Build
25+
26+
Build process is part of the dev process above, thus all the files for production build will be in `_public` already.

0 commit comments

Comments
 (0)