mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-17 13:34:24 +01:00
add allow-import flag to dockerfile
This commit is contained in:
@@ -4,7 +4,7 @@ ENV PORT 5000
|
||||
WORKDIR /app
|
||||
RUN mkdir -p data && chown -R deno data
|
||||
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 deno task soapbox
|
||||
CMD deno task start
|
||||
|
||||
Reference in New Issue
Block a user