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