Skip to content

Commit

Permalink
Add docker instructions in frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
tsundvoll committed Oct 21, 2022
1 parent cef594a commit 9a186e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ This command runs the app in the development mode. Open [http://localhost:3001](

The page will reload if you make edits. You will also be able to see any lint errors in the console.

## Run in Docker
To run the frontend in docker, run the following command in the root folder of flotilla:
```
docker-compose up --build frontend
```

## Authentication

Authentication is implemented for the frontend following the [official Microsoft tutorial on Oauth2 flow in React](https://docs.microsoft.com/en-us/azure/active-directory/develop/tutorial-v2-react).
Expand Down

0 comments on commit 9a186e2

Please sign in to comment.