Skip to content

Commit 735955d

Browse files
committed
upd(Dockerfile): Set program directory
Set program directory to have easier docker-compose recipe. Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
1 parent 23fd88d commit 735955d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ RUN cargo install --path .
66
FROM debian:bookworm-slim
77
RUN apt-get update && rm -rf /var/lib/apt/lists/*
88
COPY --from=builder /usr/local/cargo/bin/kernelci-storage /usr/local/bin/kernelci-storage
9+
RUN mkdir /workdir
10+
WORKDIR /workdir
911
CMD ["kernelci-storage"]
1012

1113

0 commit comments

Comments
 (0)