Skip to content

Commit

Permalink
fix: remove template dir (#2643)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Sep 11, 2024
1 parent f605e23 commit 3268275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.runner
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ ENV FTL_ENDPOINT="http://host.docker.internal:8892"
ENV FTL_RUNNER_BIND="http://0.0.0.0:8893"
ENV FTL_RUNNER_ADVERTISE="http://127.0.0.1:8893"

CMD ["/root/ftl-runner", "--template-dir=template", "--deployment-dir=deployments"]
CMD ["/root/ftl-runner", "--deployment-dir=deployments"]

0 comments on commit 3268275

Please sign in to comment.