Skip to content

Commit fca1d08

Browse files
committed
Containerfile dumps debug
1 parent 288a534 commit fca1d08

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Containerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ RUN mkdir -p /root/src
1515
RUN git clone https://github.com/trustgraph-ai/trustgraph-templates \
1616
/root/src/templates
1717

18+
# Just some debug to check right thing got build
19+
RUN cat /root/src/templates/trustgraph_configurator/templates/index.json
20+
1821
RUN pip wheel -w /root/wheels --no-deps /root/src/templates
1922

2023
COPY config-ui /root/config-ui/
@@ -30,6 +33,8 @@ COPY --from=build /root/wheels /root/wheels
3033
RUN apk add --update --no-cache --no-progress python3 py3-pip \
3134
py3-aiohttp
3235

36+
RUN ls /root/wheels
37+
3338
RUN \
3439
pip install /root/wheels/* && \
3540
pip cache purge && \

0 commit comments

Comments
 (0)