fix Dockerfile
Some checks failed
Build & Deploy Checkin Service / build (push) Failing after 9s

This commit is contained in:
Suphonchai Phoonsawat 2026-06-23 11:38:40 +07:00
parent 5f678b2898
commit 65ca175f98
2 changed files with 32 additions and 14 deletions

View file

@ -0,0 +1,24 @@
# Build artifacts
bin/
obj/
# IDE / tooling
Properties/
.vs/
.vscode/
.idea/
# Source control
.git/
.gitignore
# Documentation
*.md
# Docker
Dockerfile
.dockerignore
# OS files
.DS_Store
Thumbs.db