Add tsconfig to docker
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm 2021-01-11 15:20:37 +01:00
parent c718e8898d
commit 325c1a4d7d

View File

@ -4,7 +4,7 @@ WORKDIR /app
ADD src /app/src
ADD public /app/public
ADD tsconfig.json /app/
RUN /usr/bin/deno cache --unstable src/registry.ts
VOLUME [ "/app/data" ]