We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5717039 commit 810da24Copy full SHA for 810da24
apps/pyth-lazer-agent/Dockerfile
@@ -2,7 +2,7 @@ FROM rust:slim-bookworm AS builder
2
3
RUN apt update && apt install -y curl libssl-dev pkg-config build-essential && apt clean all
4
5
-ADD . /pyth-lazer-agent
+ADD apps/pyth-lazer-agent /pyth-lazer-agent
6
WORKDIR /pyth-lazer-agent
7
8
RUN cargo build --release
0 commit comments