Skip to content

Commit 810da24

Browse files
committed
relative path fix in Dockerfile
1 parent 5717039 commit 810da24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/pyth-lazer-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM rust:slim-bookworm AS builder
22

33
RUN apt update && apt install -y curl libssl-dev pkg-config build-essential && apt clean all
44

5-
ADD . /pyth-lazer-agent
5+
ADD apps/pyth-lazer-agent /pyth-lazer-agent
66
WORKDIR /pyth-lazer-agent
77

88
RUN cargo build --release

0 commit comments

Comments
 (0)