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 a5c2131 commit 1516a09Copy full SHA for 1516a09
Dockerfile
@@ -6,6 +6,6 @@ USER pexp
6
COPY --from=ncrmro/rust:sqlx /usr/local/bin/sqlx /usr/local/bin/sqlx
7
COPY ./config /config
8
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
+COPY ./target/release/manage /usr/local/bin/manage
+COPY ./target/release/planet-express /usr/local/bin/planet-express
11
CMD ["planet-express"]
0 commit comments