code change to work in Fly.io
This commit is contained in:
parent
cc7652fafe
commit
2e9b61353a
6 changed files with 131 additions and 3 deletions
26
.dockerignore
Normal file
26
.dockerignore
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# flyctl launch added from .gitignore
|
||||
# Logs
|
||||
**\logs
|
||||
**\*.log
|
||||
**\npm-debug.log*
|
||||
**\yarn-debug.log*
|
||||
**\yarn-error.log*
|
||||
**\pnpm-debug.log*
|
||||
**\lerna-debug.log*
|
||||
|
||||
**\node_modules
|
||||
**\dist
|
||||
**\dist-ssr
|
||||
**\*.local
|
||||
|
||||
# Editor directories and files
|
||||
**\.vscode\*
|
||||
!**\.vscode\extensions.json
|
||||
**\.idea
|
||||
**\.DS_Store
|
||||
**\*.suo
|
||||
**\*.ntvs*
|
||||
**\*.njsproj
|
||||
**\*.sln
|
||||
**\*.sw?
|
||||
fly.toml
|
||||
Loading…
Add table
Add a link
Reference in a new issue