I have a simple web application that I would like to place in a docker container. The angular application exists in the frontend/ folder, which is withing the
frontend/
First, try COPY just to test if the issue persists.
COPY
Second, make sure that no files are copied by changing your CMD to a ls frontend
CMD
ls frontend
I do not see a WORKDIR in node/7.5/Dockerfile, so frontend could be in /frontend: check ls /frontend too.
WORKDIR
frontend
/frontend
ls /frontend