Skip to content

Commit

Permalink
update docker makefile tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
suvash committed Jan 16, 2025
1 parent e456126 commit 611adf2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SHELL:=/usr/bin/env bash

RUN_SERVICE:=one-time

DOCKER_COMPOSE:=docker-compose -f docker-compose.yml
DOCKER_COMPOSE:=docker compose -f docker-compose.yml
DOCKER_COMPOSE_RUN:=$(DOCKER_COMPOSE) run --rm $(RUN_SERVICE)

.PHONY: run bash lein-repl test stop prune
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:

one-time:
Expand Down

0 comments on commit 611adf2

Please sign in to comment.