feat: add a basic blog page and configure .dockerignore for Docker builds
This commit is contained in:
12
.dockerignore
Normal file
12
.dockerignore
Normal file
@@ -0,0 +1,12 @@
|
||||
node_modules
|
||||
.next
|
||||
.git
|
||||
.env
|
||||
Dockerfile
|
||||
docker-compose.yml
|
||||
deploy.sh
|
||||
postgres_data
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
Reference in New Issue
Block a user