diff --git a/Dockerfile b/Dockerfile index efe48ed..a84064f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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