festusyuma
festusyuma
DDeno
Created by festusyuma on 10/31/2024 in #help
Running Deno Install with --entrypoint does not read package.json properly in docker
The problem without using the entrypoint is I was getting all the dependencies cached, including dev dependencies only needed for deployment
11 replies
DDeno
Created by festusyuma on 10/31/2024 in #help
Running Deno Install with --entrypoint does not read package.json properly in docker
I had the impression that it used the entry point to know which packages to install or when I start it somewhere in the docs, it mentiones deno install is required when using package.json
11 replies
DDeno
Created by festusyuma on 10/31/2024 in #help
Running Deno Install with --entrypoint does not read package.json properly in docker
oh, do I need to specify the main file in the package.json?
11 replies
DDeno
Created by festusyuma on 10/31/2024 in #help
Running Deno Install with --entrypoint does not read package.json properly in docker
Seems it also installs all the dependencies in the package.json file after adding it to the deno.json
11 replies