Skip to content

Commit

Permalink
fix docker path
Browse files Browse the repository at this point in the history
  • Loading branch information
thadk committed Nov 6, 2024
1 parent 569482c commit e76808f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ destination = "/data"

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

Expand Down

0 comments on commit e76808f

Please sign in to comment.