Remove trailing whitespace

This commit is contained in:
2025-10-12 01:01:50 +02:00
parent a1f687e644
commit 2b86ff133c
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -36,5 +36,5 @@ COPY . /usr/src/esp/firmware/
WORKDIR /usr/src/esp/firmware/
RUN rm -rf build && /bin/bash -c "source $IDF_PATH/export.sh && idf.py set-target esp32c3 && idf.py build"
# Copy binary to standard location for extraction
RUN mkdir -p /usr/src/build && cp build/plant-manager.bin /usr/src/build/esp32.bin