fix: add build script:

This commit is contained in:
2023-12-14 13:54:03 +01:00
parent 01a9fbd673
commit 72feed0b22
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ARG GIT_REVISION
WORKDIR /app
COPY . .
RUN deno cache main.ts
RUN deno cache main.ts && deno task build
EXPOSE 8000