Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mweidling committed Jun 27, 2023
1 parent 189cf28 commit d68afc7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,17 @@ npm run build
```sh
npm run lint
```

## Project Setup with Docker

Build the Docker image:

```sh
docker build -t qfa .
```

Run a container based on this image:

```sh
docker run --rm -d --name qfa-server -p 8083:80 qfa
```

0 comments on commit d68afc7

Please sign in to comment.