diff options
| author | Linnea Gräf <nea@nea.moe> | 2024-10-17 12:52:26 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2024-10-17 12:52:26 +0200 |
| commit | 99c9026d7e3409170f1d4c23552cd6ffa71a4544 (patch) | |
| tree | ebffc856c18eb636a5cb9ac82fb4b31119f0f15e /Dockerfile | |
| parent | b7bf0368732edbc9858035432ba86b6b9b23545c (diff) | |
| download | forgebot-99c9026d7e3409170f1d4c23552cd6ffa71a4544.tar.gz forgebot-99c9026d7e3409170f1d4c23552cd6ffa71a4544.tar.bz2 forgebot-99c9026d7e3409170f1d4c23552cd6ffa71a4544.zip | |
Add auto repo clone
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ FROM alpine -RUN apk add --no-cache websocat bash jq grep curl +RUN apk add --no-cache websocat bash jq grep curl git COPY ./ /app/forgebot/ WORKDIR "/app/forgebot" ENTRYPOINT ["/app/forgebot/forgebot_proper.sh"] |
