Skip to content

Commit 60a6992

Browse files
committed
Changed directory for rtl_ais so previous arguments work
1 parent 5f63c41 commit 60a6992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ RUN apt-get -y update && apt -y upgrade && apt-get -y install --no-install-recom
3838
libusb-1.0-0-dev &&\
3939
rm -rf /var/lib/apt/lists/*
4040

41-
COPY --from=build /usr/src/app /app
41+
COPY --from=build /usr/src/app /
4242

4343
# Use tini as init.
4444
ENTRYPOINT ["/usr/bin/tini", "--"]
4545

46-
CMD ["/app/rtl_ais", "-n"]
46+
CMD ["/rtl_ais", "-n"]
4747

0 commit comments

Comments
 (0)