Skip to content

Commit 39ec80a

Browse files
Danil VikulovDanil Vikulov
authored andcommitted
docker compose hotfix
1 parent 2a2abbb commit 39ec80a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

demo/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ services:
88
- PORT=3000
99
- MAIN_ADDRESS=https://dropzone.deevee.ru
1010
- SITE_TITLE=React Basic Dropzone Library Demo
11+
- BASE_PATH=/
1112
restart: unless-stopped
1213
healthcheck:
1314
test: ["CMD", "node", "-e", "const req=require('http').get('http://localhost:3000',res=>process.exit(res.statusCode===200?0:1));req.on('error',()=>process.exit(1));"]

0 commit comments

Comments
 (0)