Skip to content

Commit

Permalink
debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodlz committed Nov 7, 2024
1 parent a065506 commit d378d99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ RUN apt-get update && \

ENV PATH="/root/.cargo/bin:${PATH}"

# ls the content of /root/.cargo/bin
RUN ls /root/.cargo/bin

WORKDIR /kowalski

# place to keep our app and the data:
Expand Down
3 changes: 3 additions & 0 deletions ingester.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ RUN apt-get update && apt-get install -y default-jdk && \
curl -LsSf https://astral.sh/uv/install.sh | sh && \
uv venv env --python=python3.10

# ls the content of /root/.cargo/bin
RUN ls /root/.cargo/bin

# Kafka test-server properties:
COPY server.properties kafka_$scala_version-$kafka_version/config/

Expand Down

0 comments on commit d378d99

Please sign in to comment.