Skip to content

Commit

Permalink
apply some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpit Blagan authored and Arpit Blagan committed Jul 23, 2024
1 parent 51beac7 commit 4d003f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ RUN npm install

COPY . .

##ENV DATABASE_URL="postgresql://postgres:mysecretpassword@db:5432/paper"
ENV DATABASE_URL="postgresql://postgres:mysecretpassword@db:5432/paper"

RUN npx prisma generate

EXPOSE 3000

CMD ["npm", "run", "dev"]
CMD ["npm", "run", "docker-dev"]

0 comments on commit 4d003f1

Please sign in to comment.