Skip to content

Commit

Permalink
fix: Edit Dockerfile init.sh runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-Jyoti committed Dec 26, 2024
1 parent 570698c commit d39f65f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ COPY . .
COPY init.sh .
RUN chmod +x init.sh

# Build the app (using TypeScript compiler)

# Expose necessary ports
EXPOSE 3000

Expand Down
4 changes: 2 additions & 2 deletions init.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
pnpm dlx prisma migrate deploy
pnpm dlx prisma generate
pnpm dlx build
pnpm dlx run start
pnpm run build
pnpm run start

0 comments on commit d39f65f

Please sign in to comment.