1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-03-20 02:44:40 +00:00

feat(repo): dockerfile

This commit is contained in:
2022-11-10 19:00:05 +07:00
parent 0a5c607387
commit d8e0c610ce
3 changed files with 42 additions and 2 deletions

15
.dockerignore Normal file
View File

@@ -0,0 +1,15 @@
# Ignore everything
*
# Allow files and directories
!src
!nuxt.config.ts
!tsconfig.json
!package.json
!package-lock.json
# Ignore unnecessary files inside allowed directories
**/*~
**/*.log
**/.DS_Store
**/Thumbs.db