feat: some shit

This commit is contained in:
2023-08-24 00:13:09 +02:00
parent cda5f2dc5b
commit 09f6456c34
44 changed files with 388 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