Skip to content

Commit

Permalink
feat: add env sample
Browse files Browse the repository at this point in the history
  • Loading branch information
rudrankbasant committed Oct 12, 2023
1 parent 4a724ed commit b43c616
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
PORT=

DATABASE_URL=
JWT_SECRET_KEY=
SALT_ROUNDS=

2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ RUN npm install

COPY . .

RUN npx prisma migrate deploy

RUN npm run build

EXPOSE 8080
Expand Down

0 comments on commit b43c616

Please sign in to comment.