Skip to content

Commit

Permalink
tty on docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Eirik Tsarpalis committed Jun 22, 2019
1 parent 3369cc0 commit 9b62915
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 @@ -15,7 +15,7 @@ init-container:
sh -c 'while true; do sleep 10; done' # Block the main container process forever

build: init-container
docker exec `cat $(IMAGE_NAME_FILE)` ./build.sh $(TARGET)
docker exec -t `cat $(IMAGE_NAME_FILE)` ./build.sh $(TARGET)

copy-artifacts:
docker cp `cat $(IMAGE_NAME_FILE)`:/app/artifacts $(SOURCE_DIRECTORY)
Expand Down

0 comments on commit 9b62915

Please sign in to comment.