Skip to content

Commit 2e1f252

Browse files
authored
Fix for Dockerfile (#4)
1 parent d9441bc commit 2e1f252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ FROM alpine:latest AS production
1818

1919
WORKDIR /root/
2020
RUN apk --no-cache add tzdata
21-
COPY --from=development /chirpstack-packet-multiplexer .
21+
COPY --from=development /chirpstack-packet-multiplexer/build .
2222
ENTRYPOINT ["./chirpstack-packet-multiplexer"]

0 commit comments

Comments
 (0)