Skip to content

Commit 2345781

Browse files
committed
add integration test
1 parent d57b57f commit 2345781

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ services:
66
ports:
77
- "80"
88
environment:
9-
SERVER_BASE_PATH: /assets
9+
SERVER_BASE_PATH: /home/nonroot/assets
1010
healthcheck:
1111
test: python -c "import requests, sys; sys.exit(0 if 'UP' in requests.get('http://localhost/health').text else 1)"
1212
start_period: 2s
1313
interval: 10s
1414
timeout: 5s
1515
retries: 5
16-
volumes:
17-
assets:

0 commit comments

Comments
 (0)