Experimental Docker support #46

Open
opened 2024-12-07 21:16:44 +00:00 by user451421541757324 · 0 comments

I played with Docker, and made this simple image.

Dockerfile:

FROM python:3.13.1-slim

RUN pip install wikimore

EXPOSE 8109

CMD ["wikimore"]

Commands:

docker build -t wikimore .
docker run -p 8109:8109 -d --restart unless-stopped wikimore

Sorry, I don't know how to use git.

I played with Docker, and made this simple image. Dockerfile: ``` FROM python:3.13.1-slim RUN pip install wikimore EXPOSE 8109 CMD ["wikimore"] ``` Commands: ``` docker build -t wikimore . docker run -p 8109:8109 -d --restart unless-stopped wikimore ``` Sorry, I don't know how to use git.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: PrivateCoffee/wikimore#46
No description provided.