Skip to content

Commit

Permalink
make less configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
broizter committed Mar 4, 2024
1 parent e83496f commit 5f1b5af
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 /docker/docker-compose.yml | tee -a /root/.config/fish/config.fish

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

Expand Down

0 comments on commit 5f1b5af

Please sign in to comment.