1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Merge branch 'master' of github.com:krateng/maloja

This commit is contained in:
Krateng 2020-05-17 14:20:55 +02:00
commit bf6c00fde0
2 changed files with 17 additions and 0 deletions

12
Dockerfile Normal file
View File

@ -0,0 +1,12 @@
FROM python:3.6-alpine
WORKDIR /usr/src/app
RUN apk update
RUN apk add gcc libxml2-dev libxslt-dev py3-pip libc-dev
RUN pip3 install malojaserver
EXPOSE 42010
ENTRYPOINT maloja run

View File

@ -64,6 +64,11 @@ Also neat: You can use your **custom artist or track images**.
* Otherwise, simply run the command `maloja update` or use `pip`s update mechanic.
### Docker
There is a Dockerfile in the repo that should work by itself. You can also use the unofficial [Dockerhub repository](https://hub.docker.com/r/foxxmd/maloja) kindly provided by FoxxMD.
## How to use
### Basic control