Skip to content

Commit

Permalink
added docker file download limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
sumn2u committed Jun 16, 2024
1 parent 7067cb3 commit b2be738
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,12 @@ docker-compose build
docker-compose up -d #running in detached mode
```
The application should be running on [http://localhost](http://localhost)
The application should be running on [http://localhost](http://localhost).

#### Note: Downloading Functionality in Docker

**Note:** The downloading functionality is currently **not supported** when running the application within a Docker container.

## Running Tests

### Client Tests
Expand Down

0 comments on commit b2be738

Please sign in to comment.