Skip to content

Commit

Permalink
try to specify dockerfile in moved location
Browse files Browse the repository at this point in the history
  • Loading branch information
thadk committed Aug 19, 2024
1 parent 8dc87ab commit fcace4d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions heat-stack/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ source = "data"
destination = "/data"

[build]
dockerfile = "/other/Dockerfile"
ignorefile = "/other/Dockerfile.dockerignore"
# github actions moves these for now, but upstream they no longer need to be moved:
dockerfile = "Dockerfile"
ignorefile = "Dockerfile.dockerignore"
# dockerfile = "/other/Dockerfile"
# ignorefile = "/other/Dockerfile.dockerignore"

[[services]]
internal_port = 8080
Expand Down

0 comments on commit fcace4d

Please sign in to comment.