fix: add build script:
This commit is contained in:
parent
01a9fbd673
commit
72feed0b22
@ -5,7 +5,7 @@ ARG GIT_REVISION
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN deno cache main.ts
|
RUN deno cache main.ts && deno task build
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user