Skip to content

Commit

Permalink
Add .dockerignore and update fly.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
raoufchebri committed Feb 1, 2024
1 parent e15b1c7 commit a1bcaae
Show file tree
Hide file tree
Showing 3 changed files with 4,749 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# flyctl launch added from .gitignore
# Node.js
**/node_modules
**/npm-debug.log

# Build output
**/dist

**/.env

**/tsconfig.tsbuildinfo
fly.toml
4 changes: 2 additions & 2 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# fly.toml app configuration file generated for node-drizzle-neon on 2024-01-31T11:04:51+02:00
# fly.toml app configuration file generated for preview-branches-with-fly on 2024-02-01T11:54:56+01:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = 'node-drizzle-neon'
app = 'preview-branches-with-fly'
primary_region = 'cdg'

[build]
Expand Down
Loading

0 comments on commit a1bcaae

Please sign in to comment.