Skip to content

Commit dc55c9c

Browse files
committed
Changed to debug.
1 parent 2be7a67 commit dc55c9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ WORKDIR /root
4040
# Clone and build the project
4141
RUN git clone --branch v0.8.7 https://github.com/metacall/core \
4242
&& mkdir core/build && cd core/build \
43-
&& ../tools/metacall-environment.sh release base nodejs c backtrace \
44-
&& ../tools/metacall-configure.sh release nodejs c ports install \
45-
&& ../tools/metacall-build.sh release nodejs c ports install \
43+
&& ../tools/metacall-environment.sh debug base nodejs c backtrace \
44+
&& ../tools/metacall-configure.sh debug nodejs c ports install \
45+
&& ../tools/metacall-build.sh debug nodejs c ports install \
4646
&& cd ../.. \
4747
&& rm -rf core
4848

0 commit comments

Comments
 (0)