remove entrypoint, use it from base image

This commit is contained in:
2019-04-09 14:06:05 +02:00
parent fc978ccc37
commit 508b291411

View File

@ -23,5 +23,3 @@ RUN \
$ARDUINO_VERSION/arduino --install-boards esp8266:esp8266 --save-prefs
ENV PATH "$PATH:/${WORKDIR}/${ARDUINO_VERSION}"
ENTRYPOINT [ "/bin/bash" ]