WIP: Add Project modal, added generic modal portal #1
@@ -4,10 +4,10 @@ RUN apk add bash
|
|||||||
|
|
||||||
# USER deno
|
# USER deno
|
||||||
|
|
||||||
RUN deno cache --reload deno.json
|
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
RUN deno cache --reload deno.json
|
||||||
|
|
||||||
RUN bash -c 'deno cache main.ts'
|
RUN bash -c 'deno cache main.ts'
|
||||||
|
|
||||||
RUN bash -c 'deno task build'
|
RUN bash -c 'deno task build'
|
||||||
|
|||||||
Reference in New Issue
Block a user