mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-06-09 07:18:22 +00:00
fix dockerfile again(x6)
This commit is contained in:
parent
acfa2b4b02
commit
4da72f194e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user