mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
add allow-import flag to dockerfile
This commit is contained in:
parent
a7bca0bdff
commit
61ee6e5e8d
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ ENV PORT 5000
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN mkdir -p data && chown -R deno data
|
RUN mkdir -p data && chown -R deno data
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN deno cache src/server.ts
|
RUN deno cache --allow-import src/server.ts
|
||||||
RUN apt-get update && apt-get install -y unzip curl
|
RUN apt-get update && apt-get install -y unzip curl
|
||||||
RUN deno task soapbox
|
RUN deno task soapbox
|
||||||
CMD deno task start
|
CMD deno task start
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue