mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
Merge branch 'tribes-dockerfile-stuff' into 'main'
add allow-import flag to dockerfile See merge request soapbox-pub/ditto!569
This commit is contained in:
commit
6171a321e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue