fix dockerfile

This commit is contained in:
Maple 2025-11-04 22:23:24 +01:00
commit b8a4981ed9

View file

@ -19,11 +19,11 @@ RUN OPENSSL_LIB_DIR=/usr/lib OPENSSL_INCLUDE_DIR=/usr/include/openssl OPENSSL_ST
FROM scratch AS final
WORKDIR /app
WORKDIR /
# Copy the compiled binary from the builder stage
COPY --from=builder /app/target/x86_64-unknown-linux-musl/prod/account /account
COPY --from=builder /app/res /
COPY --from=builder /app/res /res
# Set executable permissions
# RUN chmod +x /account