Skip to content

Commit e14fe5b

Browse files
committed
Fix Dockerfile.
1 parent 2ec377c commit e14fe5b

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
@@ -1,9 +1,9 @@
11
# Copy binary stage
2-
FROM --platform=$BUILDPLATFORM alpine:3.22.1 as binary
2+
FROM --platform=$BUILDPLATFORM alpine:3.22.1 AS binary
33

44
ARG TARGETPLATFORM
55

6-
COPY target/x86_64-unknown-linux-musl/release/chirpstack-device-profiles-interface /usr/bin/chirpstack-device-profiles-interface-x86_64
6+
COPY interface/target/x86_64-unknown-linux-musl/release/chirpstack-device-profiles-interface /usr/bin/chirpstack-device-profiles-interface-x86_64
77

88
RUN case "$TARGETPLATFORM" in \
99
"linux/amd64") \

0 commit comments

Comments
 (0)