Skip to content

Commit 2b435dc

Browse files
authored
Merge pull request #9 from ranade-oss/agent/fix-fly-dockerfile-paths
Fix Fly Dockerfile paths
2 parents cd5eebe + 228fdff commit 2b435dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deploy/fly/api.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kill_signal = "SIGTERM"
33
kill_timeout = "30s"
44

55
[build]
6-
dockerfile = "deploy/fly/backend.Dockerfile"
6+
dockerfile = "backend.Dockerfile"
77

88
[env]
99
NODE_ENV = "production"

deploy/fly/frontend.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kill_signal = "SIGTERM"
33
kill_timeout = "30s"
44

55
[build]
6-
dockerfile = "deploy/fly/frontend.Dockerfile"
6+
dockerfile = "frontend.Dockerfile"
77

88
[env]
99
NODE_ENV = "production"

0 commit comments

Comments
 (0)