pull/353/head
Steven Honson 2021-01-05 19:20:00 +11:00 zatwierdzone przez GitHub
rodzic 8cd669b051
commit bf29ad41a3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -56,10 +56,10 @@ COPY --from=build /usr/local/lib/python3.7/dist-packages /usr/local/lib/python3.
# Copy auto_rx from the build container to /opt.
COPY --from=build /root/radiosonde_auto_rx/auto_rx /opt/auto_rx
# Set the working directory
# Set the working directory.
WORKDIR /opt/auto_rx
# Use tini as init
# Use tini as init.
ENTRYPOINT ["/usr/bin/tini", "--"]
# Run auto_rx.py.