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