From bf29ad41a3b56f5d84993d28c95efa203767a11d Mon Sep 17 00:00:00 2001 From: Steven Honson Date: Tue, 5 Jan 2021 19:20:00 +1100 Subject: [PATCH] Consistency --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5d716cf..7d05be4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.