Skip to content
Snippets Groups Projects
Commit 91e0196a authored by Erkan Karabulut's avatar Erkan Karabulut
Browse files

fix dockerfile of the raspberry_pi code

parent a4931cb8
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ RUN git clone https://github.com/Seeed-Studio/grove.py && \
pip3 install .
# copy sensor files
COPY .. .
COPY . .
# install dependencies, build and run the application
RUN npm install && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment