Pietro Lesci commited on
Commit
9608f9f
1 Parent(s): fca717d

dockerize app

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -12,4 +12,5 @@ pinned: false
12
  # To run locally in Docker
13
  1. Clone this repo
14
  1. run `make build` to create image
15
- 1. run `make run` to run container and serve the app at localhost:4321
 
 
12
  # To run locally in Docker
13
  1. Clone this repo
14
  1. run `make build` to create image
15
+ 1. run `make run` to run container and serve the app at localhost:4321
16
+ 1. run `make stop` to stop container