Skip to content

Commit

Permalink
Switch to ci install in users service image
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Jul 5, 2023
1 parent 9b8d1b5 commit 591a644
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions infrastructure/cdk/src/providers/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import { UsersStackProps } from '../interfaces/StackProps'
import { Config } from './config'
import { kebabCase } from '@casimir/helpers'

// Todo add supertokens core or use their managed service (probably the latter for now)

/**
* Users API stack
*/
Expand Down
2 changes: 1 addition & 1 deletion services/users/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /tmp
COPY . .

# Install and build all workspaces (including the users service)
RUN npm install
RUN npm ci

# Copy the users service build assets to /app
COPY ./services/users/dist /app
Expand Down

0 comments on commit 591a644

Please sign in to comment.