fix: remove build from doclkerfile
This commit is contained in:
parent
a1017b740f
commit
8ecb20d6de
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user