Add Dockerfile and .dockerignore for Dokploy deployment
This commit is contained in:
12
.dockerignore
Normal file
12
.dockerignore
Normal file
@ -0,0 +1,12 @@
|
||||
node_modules/
|
||||
.git/
|
||||
.env
|
||||
*.log
|
||||
.DS_Store
|
||||
.gitignore
|
||||
.nvmrc
|
||||
README.md
|
||||
client/node_modules/
|
||||
server/node_modules/
|
||||
client/dist/
|
||||
client/public/
|
||||
Reference in New Issue
Block a user