mirror of
https://git.private.coffee/PrivateCoffee/wikimore.git
synced 2025-04-04 21:47:37 +03:00
Add Dockerfile
This commit is contained in:
parent
11020b3566
commit
de44c145e4
1 changed files with 12 additions and 0 deletions
12
Dockerfile
Normal file
12
Dockerfile
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
FROM python:3.10-slim
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
|
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
RUN pip install --no-cache-dir wikimore
|
||||||
|
|
||||||
|
EXPOSE 8109
|
||||||
|
|
||||||
|
CMD ["wikimore"]
|
Loading…
Add table
Add a link
Reference in a new issue