Skip to content

Commit 4c7828c

Browse files
committed
one more pathfix
1 parent c70ac59 commit 4c7828c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel-indexer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY kernel_indexer /usr/local/bin/kernel_indexer
2020
RUN chmod +x /usr/local/bin/kernel_indexer
2121

2222
# Copy entrypoint script from kernel-indexer directory
23-
COPY kernel-indexer/entrypoint.sh /app/entrypoint.sh
23+
COPY entrypoint.sh /app/entrypoint.sh
2424

2525
# Fix line endings and make executable
2626
RUN sed -i 's/\r$//' /app/entrypoint.sh && \

0 commit comments

Comments
 (0)