Browse Source

build: merge changes from branch fix/no-ref/deno-security into mobile-hotfix branch and close pr #61

master
vnugent 7 months ago
parent
commit
d7348d47ff
No known key found for this signature in database
GPG Key ID: C282EAC569C07C91
  1. 2
      Dockerfile

2
Dockerfile

@ -15,4 +15,4 @@ ENV ORIGIN=http://localhost:3000
RUN deno cache --import-map=import_map.json ./build/index.js RUN deno cache --import-map=import_map.json ./build/index.js
EXPOSE 3000 EXPOSE 3000
CMD [ "deno", "run", "--allow-env", "--allow-read", "--allow-net", "--allow-sys", "--import-map=import_map.json", "./build/index.js" ] CMD [ "deno", "run", "--allow-env", "--allow-read", "--allow-net=0.0.0.0:3000", "--allow-sys=homedir", "--import-map=import_map.json", "./build/index.js" ]

Loading…
Cancel
Save