fix: correctif exe

This commit is contained in:
Max batleforc 2024-06-28 02:09:22 +02:00
parent ab8b872c79
commit 232043a0f6
No known key found for this signature in database
GPG Key ID: 25D243AB4B6AC9E7

View File

@ -21,7 +21,7 @@ FROM gcr.io/distroless/cc-debian12
WORKDIR /app
# Copy each binary from the builder stage, all needed for different stages
COPY --from=builder /app/target/release/server .
COPY --from=builder /app/target/release/botdiscord .
# Copy the resource folder that containt default configuration files
COPY ./resources ./resources