Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nflorescf authored Feb 23, 2024
1 parent 7b8114c commit 48dc33b
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,11 @@ FROM coinfabrik/scout-image:latest
SHELL ["/bin/bash", "-c"]

WORKDIR /usr/src/myapp

# Install dependencies
#RUN apt-get update && \
# apt-get install -y curl build-essential libssl-dev pkg-config && \
# rm -rf /var/lib/apt/lists/*

# Install Rust tools
#RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
#ENV PATH="/root/.cargo/bin:${PATH}"

# Install Rust dependencies
#RUN cargo install cargo-dylint dylint-link
#RUN cargo install mdbook


# Copy source code
COPY . .
#RUN cd apps/cargo-scout-audit
#RUN cargo install --path ./apps/cargo-scout-audit/
# Display Cargo.toml for debugging
RUN cat ./vesting/Cargo.toml

COPY entrypoint.sh /usr/src/myapp/entrypoint.sh
RUN chmod +xr /usr/src/myapp/entrypoint.sh
RUN ls -ltr

ENTRYPOINT ["/usr/src/myapp/entrypoint.sh"]

0 comments on commit 48dc33b

Please sign in to comment.