Skip to content

Commit f3d92c0

Browse files
EOF newlines
1 parent e128fea commit f3d92c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose.dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ services:
3232
volumes:
3333
- type: bind
3434
source: ~/.aws
35-
target: /root/.aws
35+
target: /root/.aws

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ services:
4444
- OPENAI_API_KEY=${OPENAI_API_KEY}
4545
- API_ROUTE_PREFIX=/api/v1
4646
healthcheck:
47-
test: ["CMD", "curl", "-f", "http://localhost/health"]
47+
test: ["CMD", "curl", "-f", "http://localhost/health"]

0 commit comments

Comments
 (0)