Closed f0m3 closed 4 years ago
Sorry for the delay. I've just checked - it builds perfectly.
Step 2/7 : RUN mkdir ../app
This is not part of the Dockerfile
in the repository. Please undo your changes and try to build code from repository "as is". Original code there is RUN mkdir /app
(because commands from Dockerfile are executed inside the containers and don't affect your host filesystem, so there is nothing wrong in creating very top-level paths like /app
)
Hey, my build fails on a raspberry on:
i tried with and without sudo. freshly after dist-upgrade. Any ideas?