Skip to content

Commit

Permalink
Changed to debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 9, 2025
1 parent 2be7a67 commit dc55c9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ WORKDIR /root
# Clone and build the project
RUN git clone --branch v0.8.7 https://github.com/metacall/core \
&& mkdir core/build && cd core/build \
&& ../tools/metacall-environment.sh release base nodejs c backtrace \
&& ../tools/metacall-configure.sh release nodejs c ports install \
&& ../tools/metacall-build.sh release nodejs c ports install \
&& ../tools/metacall-environment.sh debug base nodejs c backtrace \
&& ../tools/metacall-configure.sh debug nodejs c ports install \
&& ../tools/metacall-build.sh debug nodejs c ports install \
&& cd ../.. \
&& rm -rf core

Expand Down

0 comments on commit dc55c9c

Please sign in to comment.