fix: remove build from doclkerfile

This commit is contained in:
max_richter 2023-08-28 22:17:22 +02:00
parent a1017b740f
commit 8ecb20d6de

View File

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