Do you have base OS structure like ? ./app/http/api
. If you can see structure like ./app/http/api
then change Dockerile instruction to
WORKDIR /app
COPY ./app/ /app
- what are you getting output in command
ls -lhtra
?
- Can you share the directory structure where this Dockerfile is placed?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…