DTaaS icon indicating copy to clipboard operation
DTaaS copied to clipboard

Add missing lib config file

Open atomicgamedeveloper opened this issue 1 month ago • 0 comments

Running command docker compose -f compose.dev.yml build to make the first build on a fresh, configured clone of the project, a missing lib config file in \DTaaS\deploy\config prevents its completion.

Command log:

[+] Building 0.0s (0/0)  docker:default
[+] Building 1.6s (14/21)                                                                                                                        docker:default
 => [client internal] load .dockerignore                                                                                                                   0.0s
 => => transferring context: 2B                                                                                                                            0.0s 
 => [client internal] load build definition from client.dockerfile                                                                                         0.0s 
 => => transferring dockerfile: 805B                                                                                                                       0.0s 
 => [libms internal] load metadata for docker.io/library/node:20.10.0-slim                                                                                 0.7s 
 => [libms internal] load build definition from libms.dockerfile                                                                                           0.0s 
 => => transferring dockerfile: 430B                                                                                                                       0.0s 
 => [libms internal] load .dockerignore                                                                                                                    0.0s 
 => => transferring context: 2B                                                                                                                            0.0s 
 => CACHED [client 1/5] FROM docker.io/library/node:20.10.0-slim@sha256:5c714c3e90f66a2cbfa266b90a4d7adcd63453cd730aa2d13cba84b260bea2e6                   0.0s
 => [libms internal] load build context                                                                                                                    0.0s 
 => => transferring context: 146B                                                                                                                          0.0s 
 => ERROR [libms 4/5] COPY ./deploy/config/lib .                                                                                                           0.0s 
 => [client build 3/6] COPY ./client/package.json ./                                                                                                       0.1s 
 => CANCELED [client build 4/6] RUN yarn install --immutable --immutable-cache --check-cache                                                               0.7s 
------
 > [libms 4/5] COPY ./deploy/config/lib .:
------
failed to solve: failed to compute cache key: failed to calculate checksum of ref 4f66f2f6-14e6-4d09-a6e9-3af45d983732::uwlzjal5qydkq3rbx0xc31usn: "/deploy/config/lib": not found

atomicgamedeveloper avatar May 24 '24 15:05 atomicgamedeveloper