Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtja committed Oct 16, 2020
1 parent ab202eb commit 2611d17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
#UC3-Portal
# UC3-Portal

Download and Metadata Portal for the UNISDR-Data at https://gar.mnm-team.org

# Use Docker to build and run the portal
## Use Docker to build and run the portal

```
$ sudo docker build -t gar-portal .
$ sudo docker run -it -p 9000:8080 --name gar -e DIR='/tmp' --rm gar-portal
```
# Environment Variables
## Environment Variables

```
-e DIR='PATH_TO_DIRECTORY'
```

Use this variable with docker run to specify which directory in the container
should be mounted. Be aware that due to the initial caching of file structure
and sizes, the first startup may take a while.
should be hosted. Be aware that due to the initial caching of file structure
and sizes, the first startup may take a while for large directories.

0 comments on commit 2611d17

Please sign in to comment.