fix: remove build from doclkerfile
This commit is contained in:
parent
a1017b740f
commit
8ecb20d6de
@ -5,7 +5,7 @@ ARG GIT_REVISION
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN deno cache main.ts && deno task build
|
RUN deno cache main.ts
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user