Skip to content

Commit

Permalink
[RELEASE] Need interactive docker run
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Mehani <olivier.mehani@learnosity.com>
  • Loading branch information
shtrom committed Oct 31, 2022
1 parent e460a2c commit 148f369
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 @@ -10,7 +10,7 @@ TARGETS = build build-clean devbuild prodbuild \

ifneq (,$(DOCKER))
# Re-run the make command in a container
DKR = docker container run -t --rm \
DKR = docker container run -it --rm \
-v $(CURDIR):/srv/sdk/python \
-v lrn-sdk-python_cache:/root/.cache \
-w /srv/sdk/python \
Expand Down

0 comments on commit 148f369

Please sign in to comment.