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