You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,9 @@ A private Django REST Framework API intended to serve codecov's front end.
7
7
8
8
### Building
9
9
10
-
This project contains a makefile. To build in standalone mode, run:
10
+
This project contains a makefile. To build the docker image:
11
11
12
-
make standalone
13
-
14
-
To build with codecovio (as a submodule) the `build` make target is included
12
+
make build
15
13
16
14
`requirements.txt` is used in the base image. If you make changes to `requirements.txt` you will need to rebuild.
17
15
@@ -25,7 +23,7 @@ To start the service, do
25
23
26
24
Utilizing its own database provides a convenient way for the REST API to provide its own helpful seeds and migrations for active development without potentially destroying/modifying your development database for codecov.io.
27
25
28
-
Once running, the api will be available at `http://localhost:8000`
26
+
Once running, the api will be available at `http://localhost:5100`
0 commit comments