fix: update dockerfile
This commit is contained in:
parent
e8c6705676
commit
a47bdfb00d
@ -6,7 +6,7 @@ ENV DENO_DEPLOYMENT_ID=${GIT_REVISION}
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN deno install --allow-scripts=npm:sharp@next && deno task build
|
RUN deno install --allow-scripts=npm:sharp@0.33.5-rc.1 && deno task build
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user