Compare commits

..

2 commits

Author SHA1 Message Date
konstpic
550a35d776
Merge 66662afa4d into da447e5669 2026-01-11 22:30:16 +03:00
VolgaIgor
da447e5669
Added curl package to Dockerfile (#3665) 2026-01-11 20:18:54 +01:00

View file

@ -29,7 +29,8 @@ RUN apk add --no-cache --update \
ca-certificates \
tzdata \
fail2ban \
bash
bash \
curl
COPY --from=builder /app/build/ /app/
COPY --from=builder /app/DockerEntrypoint.sh /app/