Skip to content

Commit

Permalink
refactor: Add flyctl back in so make task deploy can be done locally
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Dec 2, 2024
1 parent 57be12a commit fdc73d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ RUN apt update && sudo apt upgrade \
&& \
go install github.com/valyala/quicktemplate/qtc@latest \
&& \
# Install flyctl cli \
curl -L https://fly.io/install.sh | sh \
&& \
ln -s /root/.fly/bin/flyctl /usr/local/bin/fly \
&& \
# Make this a safe .git directory
git config --global --add safe.directory /app

Expand Down

0 comments on commit fdc73d5

Please sign in to comment.