aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'circuitpython/Dockerfile')
-rw-r--r--circuitpython/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/circuitpython/Dockerfile b/circuitpython/Dockerfile
index 496706a..127a3db 100644
--- a/circuitpython/Dockerfile
+++ b/circuitpython/Dockerfile
@@ -8,4 +8,4 @@ RUN apt-get install python3 python3-pip git gettext build-essential mtools gcc-a
RUN pip3 install --upgrade -r requirements-dev.txt
RUN make -C mpy-cross
-# ENTRYPOINT ["bash", "build.sh"]
+ENTRYPOINT [ "./build.sh" ] \ No newline at end of file