Problem about using Deno docker image
The project can run locally, but after I built the project to docker image, created container with the image and run it with docker on my computer, it run out with following error:
Do anyone have any idea about how to solve it?
1 Reply
Already tried using image
denoland/deno:alpine
and denoland/deno:latest
to build
Seems that it happened on RUN deno install --allow-scripts
in dockerfile