Skip to content

Commit

Permalink
add auth built step to api deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
alecananian committed Sep 9, 2024
1 parent 4884d7d commit 81d4070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
PORT=8080
AWS_PROFILE=dev
AWS_REGION=us-west-2
DATABASE_URL=postgresql://postgres:@localhost:5432/tdk_api?schema=public
DEFAULT_BACKEND_WALLET=
Expand Down
1 change: 1 addition & 0 deletions apps/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ COPY . .
RUN npm install --include=dev

# Build packages
RUN npm run build:auth
RUN npm run build:core

# Build application
Expand Down

0 comments on commit 81d4070

Please sign in to comment.