Skip to content

Commit

Permalink
chore: ad start:api script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Jan 14, 2024
1 parent 63f0a27 commit ee3bc19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
17 changes: 0 additions & 17 deletions apps/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
FROM node:20-alpine as build

# ENVs here are for reference only, don't put secrets here

# ENV DATABASE_URL=
# ENV SUPABASE_API_URL=
# ENV SUPABASE_ANON_KEY=

# ENV SMTP_HOST=
# ENV SMTP_PORT=
# ENV SMTP_EMAIL_ADDRESS=
# ENV SMTP_PASSWORD=
# ENV FROM_EMAIL=

# ENV JWT_SECRET=secret

# ENV WEB_FRONTEND_URL=https://keyshade.xyz
# ENV WORKSPACE_FRONTEND_URL=https://app.keyshade.xyz

WORKDIR /app

RUN npm i -g pnpm
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"test:cli": "nx run cli:test",
"test:sdk-node": "nx run sdk-js:test",
"start:web": "nx run web:serve --configuration=production",
"start:api": "nx run api:serve --configuration=production",
"db:seed": "cd apps/api/src/prisma && pnpx ts-node seed.ts",
"db:generate-types": "nx run api:prisma:generate",
"db:generate-migrations": "cd apps/api/src/prisma && pnpx prisma migrate dev --create-only --skip-seed",
Expand Down

0 comments on commit ee3bc19

Please sign in to comment.