Skip to content

Commit

Permalink
feat: dockerize api
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhil56x committed Jan 14, 2024
1 parent d4de808 commit ed595c7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions apps/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
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

0 comments on commit ed595c7

Please sign in to comment.