Skip to content

Commit 23a983b

Browse files
committed
Add Containerfile
1 parent 7d0a29d commit 23a983b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Containerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ RUN cd && ls -al && \
2323
echo "wifi_passphrase: $WIFI_PASSPHRASE" >> secrets.yaml && \
2424
echo "wifi_fallback_ssid: $WIFI_FALLBACK_SSID" >> secrets.yaml && \
2525
echo "wifi_fallback_passphrase: $WIFI_FALLBACK_PASSPHRASE" >> secrets.yaml && \
26-
cat secrets.yaml && \
27-
esphome version &&\
2826
pio --version &&\
2927
pio -h &&\
3028
pio boards && \
3129
pio upgrade &&\
30+
esphome version &&\
3231
esphome compile compost-0.yaml

0 commit comments

Comments
 (0)