Start of UI work
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm
2020-07-29 20:47:36 +02:00
parent 7a88c636fd
commit 6a4d1c3b22
8 changed files with 124 additions and 1 deletions

View File

@ -29,5 +29,5 @@ ADD src /app/src
RUN /usr/bin/deno cache --unstable src/registry.ts
VOLUME [ "/data" ]
VOLUME [ "/app/data" ]
ENTRYPOINT [ "/usr/bin/deno", "run", "-A", "--unstable", "/app/src/registry.ts" ]