Skip to content

Commit

Permalink
added single quotes to dc abbreviation
Browse files Browse the repository at this point in the history
  • Loading branch information
broizter committed Mar 4, 2024
1 parent cdf03a4 commit e83496f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ chmod 400 /root/.ssh/authorized_keys && \
curl -L https://github.com/docker/compose/releases/download/v2.24.6/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose && \
chmod +x /usr/local/bin/docker-compose && \
if ! [ -d /root/.config/fish ]; then mkdir -p /root/.config/fish ; fi && \
echo "abbr -a dc docker compose -f $COMPOSE_FILE" | tee -a /root/.config/fish/config.fish
echo abbr -a dc docker compose -f '$COMPOSE_FILE' | tee -a /root/.config/fish/config.fish

COPY --from=docker:dind /usr/local/bin/docker /usr/local/bin/

Expand Down

0 comments on commit e83496f

Please sign in to comment.