Skip to content

Commit 50a0f73

Browse files
Add command necessary to build web UI, and update docker build to point to Dockerfile (#417)
Ran into a few problems when trying to run the service locally. Adding the relevant command that was needed in order to get the local version running.
1 parent 6f7afcd commit 50a0f73

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,21 @@ $ gradle clean shadowJar
2323

2424
## Run the Service
2525

26+
### Run the Misk-Web Build
27+
In order to ensure the web UI is built and able to be served by the service, run the following command:
28+
29+
```
30+
$ npm install -g @misk/cli && miskweb ci-build -e
31+
```
32+
2633
### From the command line
2734

2835
```
2936
$ java -jar service/build/libs/service.jar
3037
```
3138

3239
### From IntelliJ
33-
Right-click on `BackfilaDevelopmentService.kt` and select `Run`
40+
Right-click on `BackfilaDevelopmentService.kt` and select `Run`
3441

3542
### From Docker
3643

@@ -39,7 +46,7 @@ $ java -jar service/build/libs/service.jar
3946
Build a Docker image of backfila:
4047

4148
```
42-
$ docker build -t backfila-0.0.1 service
49+
$ docker build -t backfila-0.0.1
4350
```
4451

4552
#### Running locally

0 commit comments

Comments
 (0)