Skip to content

Commit

Permalink
changed docker-compose to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
haisamido committed Mar 7, 2024
1 parent a616d03 commit e2e16f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ endif
export DIFF_PROGRAM :=vimdiff

export CONTAINER_BIN =docker
export CONTAINER_COMPOSE =$(CONTAINER_BIN)-compose
export CONTAINER_COMPOSE =$(CONTAINER_BIN) compose

export CONTAINER_IMAGE =openmct
export CONTAINER_IMAGE_VERSION =latest
Expand Down

0 comments on commit e2e16f4

Please sign in to comment.