mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-07 12:51:13 +00:00
fix dockerfile again(x6)
This commit is contained in:
@@ -30,7 +30,7 @@ FROM alpine:latest AS runner
|
||||
WORKDIR /app
|
||||
|
||||
# Copy the native image from the builder stage
|
||||
COPY --from=builder /app/chzzk_bot .
|
||||
COPY --from=builder /app/build/native/nativeCompile/chzzk_bot .
|
||||
|
||||
# Ensure the application binary is executable
|
||||
RUN chmod +x /app/chzzk_bot
|
||||
|
Reference in New Issue
Block a user