X-Git-Url: https://git.armaanb.net/?p=gen-shell.git;a=blobdiff_plain;f=Dockerfile;h=fce7b684ff15200c3ccf82cc77b7a7daa3b0f558;hp=112a123dcc62cbb1af1f24ab488396c81fb262f8;hb=ed587e970f8083d69f5e4d07aba04ee7435f2e4c;hpb=e8d0a44ba528abc257a5f260922eff65b73bc5de diff --git a/Dockerfile b/Dockerfile index 112a123..fce7b68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ FROM debian:buster-slim AS run RUN apt-get update && apt-get install -y cpp libreadline7 libncurses6 WORKDIR /app COPY --from=builder /app/src/gen-shell . -ENTRYPOINT ./gen-shell -c $CMD +ENTRYPOINT ./gen-shell -c $command -b $before_command -a $after_command -p $custom_prompt