genten anpassungen

This commit is contained in:
Christoph K.
2026-03-24 08:05:24 +01:00
parent ee7b4cc74f
commit aa2a2d99ba
10 changed files with 122 additions and 86 deletions

6
Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
# Minimales Runtime-Image Binary wird lokal cross-compiliert und per scp übertragen
FROM alpine:3.21
RUN apk add --no-cache ca-certificates tzdata
WORKDIR /app
COPY discord-bot .
CMD ["./discord-bot"]