This commit is contained in:
parent
965ca33d33
commit
6bc090e51b
@ -5,7 +5,7 @@ WORKDIR /app
|
||||
ADD src /app/src
|
||||
ADD public /app/public
|
||||
ADD tsconfig.json /app/
|
||||
RUN /usr/bin/deno cache --unstable src/registry.ts
|
||||
RUN /usr/bin/deno cache --unstable --config /app/tsconfig.json src/registry.ts
|
||||
|
||||
VOLUME [ "/app/data" ]
|
||||
ENTRYPOINT [ "/usr/bin/deno", "run", "-A", "--unstable", "--config", "/app/tsconfig.json", "/app/src/registry.ts" ]
|
||||
|
Loading…
Reference in New Issue
Block a user