feat: Containerize the application with Docker and Docker Compose, including a PostgreSQL database and a deployment script.
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -1,3 +1,13 @@
|
||||
node_modules
|
||||
.next
|
||||
.env
|
||||
.env
|
||||
|
||||
.DS_Store
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
dist
|
||||
build
|
||||
|
||||
Reference in New Issue
Block a user