feat: add Docker support with Dockerfile and docker-compose.yml, update asset upload to use backend URL

This commit is contained in:
Frank John Begornia
2025-11-20 02:07:03 +08:00
parent fce7a0ec72
commit af24186d63
4 changed files with 128 additions and 4 deletions

47
.dockerignore Normal file
View File

@@ -0,0 +1,47 @@
# Nuxt build artifacts
.output
.nuxt
dist
# Node modules
node_modules
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment files
.env
.env.local
.env.*.local
# IDE
.vscode
.idea
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Git
.git
.gitignore
# Docker
Dockerfile
.dockerignore
docker-compose.yml
# Testing
coverage
.nyc_output
# Misc
*.md
!README.md