Skip to content

Commit

Permalink
fix: move Dockerfile.repro into packages/rs-drive-abci
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Jul 23, 2024
1 parent f5d94ff commit 5129286
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN if [ "$(uname -m)" = "aarch64" ]; then \
WORKDIR /app

# Copy your source code into the container
COPY . .
# COPY . .

# Build the Rust project
# RUN cargo build --release --locked
Expand Down

0 comments on commit 5129286

Please sign in to comment.