Marcin Grzybowski
06/09/2022, 11:32 AMExecuting task: docker build --pull --rm -f "Dockerfile" -t myprefect:latest "." <
Sending build context to Docker daemon 101.5MB
Step 1/38 : ARG PYTHON_VERSION=3.8
Step 2/38 : ARG BUILD_PYTHON_VERSION=3.8
Step 3/38 : ARG NODE_VERSION=14
Step 4/38 : FROM node:${NODE_VERSION}-bullseye-slim as ui-builder
14-bullseye-slim: Pulling from library/node
Digest: sha256:f7137af1e34927cb3251a6e091edff4592c49a89422196680a2f087edcbc6e4d
Status: Image is up to date for node:14-bullseye-slim
---> e2eb23c871f2
Step 5/38 : WORKDIR /opt/orion-ui
---> Using cache
---> 74138fe30a86
Step 6/38 : RUN apt-get update && apt-get install --no-install-recommends -y chromium && apt-get clean && rm -rf /var/lib/apt/lists/*
---> Using cache
---> 77731060b4e3
Step 7/38 : RUN npm install -g npm@8
---> Using cache
---> ac23c1b14bea
Step 8/38 : COPY ./orion-ui/package*.json .
When using COPY with more than one source file, the destination must be a directory and end with a /
The terminal process "/usr/bin/bash '-c', 'docker build --pull --rm -f "Dockerfile" -t myprefect:latest "."'" terminated with exit code: 1.
Anna Geller
06/09/2022, 11:37 AMMarcin Grzybowski
06/09/2022, 11:43 AMAnna Geller
06/09/2022, 11:45 AMMarcin Grzybowski
06/09/2022, 12:14 PMAnna Geller
06/09/2022, 12:17 PMMarcin Grzybowski
06/09/2022, 12:18 PM