Skip to content

Commit 0ed8832

Browse files
author
Nithiwat Kampanya
committed
Update docker-compose.yml
1 parent 3ba2f37 commit 0ed8832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/acceptance/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ services:
1111
container_name: nodenamo_node
1212
environment:
1313
DYNAMODB_ENDPOINT: http://dynamodb:8000
14-
AWS_ACCESS_KEY_ID: a_non_empty_value
15-
AWS_SECRET_ACCESS_KEY: a_non_empty_value
14+
AWS_ACCESS_KEY_ID: ANONEMPTYKEY
15+
AWS_SECRET_ACCESS_KEY: ANONEMPTYKEY
1616
volumes:
1717
- ../..:/app
1818
command: /bin/sh -c "sleep 1 && cd app && npm run acceptance"

0 commit comments

Comments
 (0)