fix dockerfile again(x6)

This commit is contained in:
dalbodeule 2024-06-13 02:23:35 +09:00
parent acfa2b4b02
commit 4da72f194e
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

@ -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