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:
commit
bf6c00fde0
12
Dockerfile
Normal file
12
Dockerfile
Normal 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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user