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 2ec377c commit e14fe5bCopy full SHA for e14fe5b
Dockerfile
@@ -1,9 +1,9 @@
1
# Copy binary stage
2
-FROM --platform=$BUILDPLATFORM alpine:3.22.1 as binary
+FROM --platform=$BUILDPLATFORM alpine:3.22.1 AS binary
3
4
ARG TARGETPLATFORM
5
6
-COPY target/x86_64-unknown-linux-musl/release/chirpstack-device-profiles-interface /usr/bin/chirpstack-device-profiles-interface-x86_64
+COPY interface/target/x86_64-unknown-linux-musl/release/chirpstack-device-profiles-interface /usr/bin/chirpstack-device-profiles-interface-x86_64
7
8
RUN case "$TARGETPLATFORM" in \
9
"linux/amd64") \
0 commit comments