mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-22 23:18:05 +03:00
fix: add git to the server dockerfile
This commit is contained in:
@@ -43,7 +43,8 @@ ENV MIGRATIONS_DIR=/app/db/migrations
|
||||
ENV PORT=8080
|
||||
|
||||
# curl is only needed by the API healthcheck below; workers don't use it.
|
||||
RUN apk add --no-cache curl
|
||||
# git is needed by cron tasks that clone the seeds repo (BMS table sync, backsync, etc.).
|
||||
RUN apk add --no-cache curl git
|
||||
|
||||
WORKDIR /app
|
||||
COPY --from=deps /app .
|
||||
|
||||
Reference in New Issue
Block a user