diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2022-06-21 16:54:16 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2022-06-21 16:54:16 +0530 |
commit | 2423eadd0b6fd0eb4d92c8ddd0f605a6b1075b09 (patch) | |
tree | 1544be2201b285f553f8ee18a613adcfd709c32e /circuitpython/Dockerfile | |
parent | 4fd287655a72b9aea14cdac715ad5b90ed082ed2 (diff) |
some progressV1.0
Diffstat (limited to 'circuitpython/Dockerfile')
-rw-r--r-- | circuitpython/Dockerfile | 2 |
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 |