Skip to content

Commit 911e5be

Browse files
authored
No --interactive --tty on build call (#262)
1 parent 32ddaad commit 911e5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gofmt:
2424

2525
openslides:
2626
docker build . --target builder --tag openslides-manage-builder
27-
docker run --interactive --tty --volume $(dir $(mkfile_path)):/build/ --rm openslides-manage-builder sh -c " \
27+
docker run --volume $(dir $(mkfile_path)):/build/ --rm openslides-manage-builder sh -c " \
2828
if [ $(shell whoami) != root ]; then \
2929
addgroup -g $(shell id -g) build ; \
3030
adduser -u $(shell id -u) -G build -D build ; \

0 commit comments

Comments
 (0)