Skip to content

Commit 1516a09

Browse files
committed
fix(ci): docker file copy from
1 parent a5c2131 commit 1516a09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ USER pexp
66
COPY --from=ncrmro/rust:sqlx /usr/local/bin/sqlx /usr/local/bin/sqlx
77
COPY ./config /config
88
COPY ./migrations /migrations
9-
COPY ./cache/target/release/manage /usr/local/bin/manage
10-
COPY ./cache/target/release/planet-express /usr/local/bin/planet-express
9+
COPY ./target/release/manage /usr/local/bin/manage
10+
COPY ./target/release/planet-express /usr/local/bin/planet-express
1111
CMD ["planet-express"]

0 commit comments

Comments
 (0)