Add Dokploy Docker deployment
Some checks are pending
Deploy to Netlify / deploy (push) Waiting to run
Some checks are pending
Deploy to Netlify / deploy (push) Waiting to run
This commit is contained in:
parent
6334dadf92
commit
18472ac6b0
4 changed files with 55 additions and 0 deletions
11
.dockerignore
Normal file
11
.dockerignore
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
node_modules
|
||||
dist
|
||||
.astro
|
||||
.git
|
||||
.DS_Store
|
||||
.env
|
||||
.env.production
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
Loading…
Add table
Add a link
Reference in a new issue