fix: remove build from doclkerfile
This commit is contained in:
parent
8ecb20d6de
commit
0019e7727b
@ -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
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
import "https://deno.land/std/dotenv/load.ts";
|
||||
export const SILVERBULLET_SERVER = Deno.env.get("SILVERBULLET_SERVER");
|
||||
export const REDIS_HOST = Deno.env.get("REDIS_HOST");
|
||||
export const REDIS_PASS = Deno.env.get("REDIS_PASS");
|
||||
|
Loading…
x
Reference in New Issue
Block a user