bootcamp icon indicating copy to clipboard operation
bootcamp copied to clipboard

Windows build fails

Open Clever-Boy opened this issue 3 years ago • 3 comments

(env) C:\Projects\bootcamp>docker-compose build Building web Step 1/13 : FROM python:3.7.7-buster ---> e4e55e98f1e0 Step 2/13 : WORKDIR /usr/src/ ---> Using cache ---> b5c8bcee73ce Step 3/13 : ENV PYTHONDONTWRITEBYTECODE 1 ---> Using cache ---> 93da15b46683 Step 4/13 : ENV PYTHONUNBUFFERED 1 ---> Using cache ---> c1d88b621ac6 Step 5/13 : RUN pip install --upgrade pip ---> Using cache ---> 09f213628f58 Step 6/13 : COPY requirements.txt /usr/src/requirements.txt ---> Using cache ---> cb83e29b88c1 Step 7/13 : RUN pip install -r ./requirements.txt ---> Using cache ---> 6d65b576c1e6 Step 8/13 : COPY . /usr/src/ ---> Using cache ---> 22099ed52895 Step 9/13 : RUN rm app.db ---> Running in 619257c97e26 rm: cannot remove 'app.db': No such file or directory ERROR: Service 'web' failed to build: The command '/bin/sh -c rm app.db' returned a non-zero code: 1

Clever-Boy avatar Jul 10 '20 05:07 Clever-Boy