Skip to content

Commit

Permalink
add missing agrument
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Feb 22, 2022
1 parent eef5858 commit a4eb6f0
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 @@ -43,7 +43,7 @@ command: ## Execute command ( make command COMMAND=<command> )
@${COMPOSE_PREFIX_CMD} docker-compose run --rm app ${COMMAND}

command-root: ## Execute command as root ( make command-root COMMAND=<command> )
@${COMPOSE_PREFIX_CMD} docker-compose run --rm app ${COMMAND}
@${COMPOSE_PREFIX_CMD} docker-compose run --rm -u root app ${COMMAND}

shell-root: ## Enter container shell as root
@${COMPOSE_PREFIX_CMD} docker-compose exec -u root app /bin/bash
Expand Down

0 comments on commit a4eb6f0

Please sign in to comment.