Skip to content

Commit 28ec63f

Browse files
authored
Update LocalStack start command in Makefile
Add EXTRA_CORS_ALLOWED_ORIGINS to LocalStack start command
1 parent f5578d6 commit 28ec63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ deploy:
2121
## Start LocalStack in detached mode
2222
start:
2323
@test -n "${LOCALSTACK_AUTH_TOKEN}" || (echo "LOCALSTACK_AUTH_TOKEN is not set. Find your token at https://app.localstack.cloud/workspace/auth-token"; exit 1)
24-
@LOCALSTACK_AUTH_TOKEN=$(LOCALSTACK_AUTH_TOKEN) localstack start -d
24+
@LOCALSTACK_AUTH_TOKEN=$(LOCALSTACK_AUTH_TOKEN) EXTRA_CORS_ALLOWED_ORIGINS=* localstack start -d
2525

2626
## Stop the Running LocalStack container
2727
stop:

0 commit comments

Comments
 (0)