Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
RUN mv config.toml.example config.toml
Browse files Browse the repository at this point in the history
this shit is getting me insane
  • Loading branch information
alessiodam committed Jun 25, 2024
1 parent 0716165 commit a80bfff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ WORKDIR /app
RUN apt-get update && apt-get install -y pkg-config libssl-dev gcc-aarch64-linux-gnu

COPY . .
RUN mv config.toml.example config.toml

RUN rustup target add $TARGET && \
if [ "$TARGET" = "aarch64-unknown-linux-gnu" ]; then \
Expand Down

0 comments on commit a80bfff

Please sign in to comment.