mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Merge pull request #10 from MarcoBuster/docker
Docker support Co-authored-by: kinduff <abarcadabra@gmail.com> Co-authored-by: Matt Foxx <FoxxMD@users.noreply.github.com>
This commit is contained in:
commit
5103625078
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
|
Loading…
Reference in New Issue
Block a user