Skip to content

Commit

Permalink
run prisma cmd's after container start
Browse files Browse the repository at this point in the history
  • Loading branch information
luisthieme committed Apr 27, 2024
1 parent 5c03f53 commit 71b45bc
Show file tree
Hide file tree
Showing 26 changed files with 32 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings

DATABASE_URL="postgresql://postgres:postgres@localhost:5432/postgres?schema=public"
DATABASE_URL="postgresql://postgres:postgres@db:5432/postgres?schema=public"
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*node_modules
.next
*.next
Binary file modified .next/cache/webpack/client-development/1.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/2.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/3.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.gz.old
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/0.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/1.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/2.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack.gz.old
Binary file not shown.
2 changes: 1 addition & 1 deletion .next/server/app/page.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .next/server/server-reference-manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .next/server/server-reference-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"node": {},
"edge": {},
"encryptionKey": "/Mw75qxeda5wEaVXIK8MAjzdndG3qchG2h5HQOr/pBw="
"encryptionKey": "0qzd+ffWu+Fgja4m7wqVwlN46XnAIyiVQKPAS6aC/Rk="
}
2 changes: 1 addition & 1 deletion .next/server/webpack-runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
/******/
/******/ /* webpack/runtime/getFullHash */
/******/ (() => {
/******/ __webpack_require__.h = () => ("24ab755a1c2e7730")
/******/ __webpack_require__.h = () => ("499bf1dc69be54d9")
/******/ })();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */
Expand Down
4 changes: 2 additions & 2 deletions .next/static/chunks/app/layout.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .next/static/chunks/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
/******/
/******/ /* webpack/runtime/getFullHash */
/******/ !function() {
/******/ __webpack_require__.h = function() { return "ff97601d4a10ee77"; }
/******/ __webpack_require__.h = function() { return "182564400fa0fa49"; }
/******/ }();
/******/
/******/ /* webpack/runtime/global */
Expand Down
22 changes: 0 additions & 22 deletions .next/static/webpack/app/layout.ee8d4667b362f6f2.hot-update.js

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions .next/static/webpack/webpack.ee8d4667b362f6f2.hot-update.js

This file was deleted.

Loading

0 comments on commit 71b45bc

Please sign in to comment.