genten anpassungen
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal 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"]
|
||||
Reference in New Issue
Block a user