Skip to content

Commit

Permalink
[chore]update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
nathsouzadev committed Apr 22, 2024
1 parent c5a4fc0 commit ab4be20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ version: "3.9"
services:
ecommerce-admin:
build: .
build-args:
BRANCH_NAME: $BRANCH_NAME
environment:
- BRANCH_NAME: $BRANCH_NAME
- NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: $NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
- CLERK_SECRET_KEY: $CLERK_SECRET_KEY
- NEXT_PUBLIC_CLERK_SIGN_IN_URL: /sign-in
Expand Down

0 comments on commit ab4be20

Please sign in to comment.