We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d68a38 commit 1a89502Copy full SHA for 1a89502
example_cluster/tarantool3_project/app.Dockerfile
@@ -17,12 +17,12 @@ RUN curl -L https://tarantool.io/release/3/installer.sh | bash
17
RUN DEBIAN_FRONTEND=noninteractive apt install -y tarantool tarantool-dev tt
18
19
RUN tt init
20
-# Need tt log
+# Need tt start -i
21
RUN DEBIAN_FRONTEND=noninteractive apt install -y git patch
22
RUN git clone https://github.com/magefile/mage && \
23
cd mage && \
24
go run bootstrap.go
25
RUN tt install tt master
26
27
RUN tt rocks make
28
-ENTRYPOINT tt start && tt log -f
+ENTRYPOINT tt start -i
0 commit comments