fix: remove build from doclkerfile
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user