Skip to content

Commit bb99888

Browse files
committed
Add Dockerfile readme items
1 parent f2f669a commit bb99888

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ There is an instance of this inbox running at https://coar-notify-inbox.fly.dev
66

77
## Running the app
88

9-
### Create a Python virtual environment
9+
### Running in a Python virtual environment
1010
```bash
1111
python3 -m venv venv
1212
```
@@ -20,6 +20,19 @@ make install
2020
```bash
2121
make start
2222
```
23+
24+
### Running via Docker
25+
26+
### Build the image
27+
```bash
28+
docker build -t coar-notify-inbox .
29+
```
30+
31+
### Install dependencies
32+
```bash
33+
docker run -p 8080:8080 coar-notify-inbox
34+
````
35+
2336
----
2437
### Note on running the app outside the local Docker-compose environment
2538
The app is configured to use MongoDB as its data layer. By default, it will attempt to connect to a MongoDB instance spun up

0 commit comments

Comments
 (0)