Skip to content

Commit 1a89502

Browse files
tt: start interactive cluster
1 parent 3d68a38 commit 1a89502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example_cluster/tarantool3_project/app.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ RUN curl -L https://tarantool.io/release/3/installer.sh | bash
1717
RUN DEBIAN_FRONTEND=noninteractive apt install -y tarantool tarantool-dev tt
1818

1919
RUN tt init
20-
# Need tt log
20+
# Need tt start -i
2121
RUN DEBIAN_FRONTEND=noninteractive apt install -y git patch
2222
RUN git clone https://github.com/magefile/mage && \
2323
cd mage && \
2424
go run bootstrap.go
2525
RUN tt install tt master
2626

2727
RUN tt rocks make
28-
ENTRYPOINT tt start && tt log -f
28+
ENTRYPOINT tt start -i

0 commit comments

Comments
 (0)