Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wangrui06 committed Apr 8, 2024
1 parent 1c60c66 commit 9dc12c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN npm init -y
RUN npm install prisma --save-dev

# 运行数据库迁移
RUN npx prisma migrate deplpoy
RUN npx prisma migrate deploy

RUN mkdir /app/assets/upload

Expand Down

0 comments on commit 9dc12c7

Please sign in to comment.