feat: add a basic blog page and configure .dockerignore for Docker builds

This commit is contained in:
Moh Dzulfikri Maulana
2026-03-09 00:41:36 +07:00
parent d2ed233911
commit ecd09904cf
2 changed files with 20 additions and 0 deletions

12
.dockerignore Normal file
View 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*