Skip to content

Commit

Permalink
fix(cli): no need to pass uri
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Jan 15, 2024
1 parent 2edb1e3 commit e061549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.Server
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ COPY . .

RUN pnpm build:server

RUN pnpm animegarden db migrate --uri ${POSTGRES_URI}
RUN pnpm animegarden db migrate

CMD node packages/server/dist/index.mjs

0 comments on commit e061549

Please sign in to comment.