deno.land / x / obsidian@v8.0.0 / Dockerfile

FROM hayd/alpine-deno:1.3.0 EXPOSE 3000 WORKDIR /usr/app COPY . . CMD [ "run", "--unstable", "--allow-net", "--allow-env", "--allow-read", "testServer.ts", "-c", "tsconfig.json" ] # deno run --unstable --allow-net --allow-env --allow-read testServer.ts -c tsconfig.json
obsidian

Version Info

Tagged at
a year ago