fix: remove build from doclkerfile

This commit is contained in:
2023-08-28 22:37:23 +02:00
parent 8ecb20d6de
commit 0019e7727b
2 changed files with 2 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