Many improvements
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Fabian Stamm
2021-01-11 15:06:02 +01:00
parent 79bcef0698
commit 6fe3ddbd37
16 changed files with 79 additions and 56 deletions

View File

@ -8,4 +8,4 @@ ADD public /app/public
RUN /usr/bin/deno cache --unstable src/registry.ts
VOLUME [ "/app/data" ]
ENTRYPOINT [ "/usr/bin/deno", "run", "-A", "--unstable", "/app/src/registry.ts" ]
ENTRYPOINT [ "/usr/bin/deno", "run", "-A", "--unstable", "--config", "tsconfig.json", "/app/src/registry.ts" ]