Add Docker support with Dockerfile and .dockerignore, update package dependencies, and switch to adapter-node for Svelte
This commit is contained in:
9
.dockerignore
Normal file
9
.dockerignore
Normal file
@@ -0,0 +1,9 @@
|
||||
node_modules
|
||||
npm-debug.log
|
||||
.DS_Store
|
||||
.vscode
|
||||
.env
|
||||
.git
|
||||
.gitignore
|
||||
dist
|
||||
/build
|
||||
Reference in New Issue
Block a user