1
0
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:
krateng 2020-04-28 21:24:56 +02:00 committed by GitHub
commit 5103625078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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