initial commit

This commit is contained in:
2021-06-27 16:05:39 +02:00
parent 7ee1d813e7
commit 72b6cc7b88
2 changed files with 43 additions and 0 deletions

14
Dockerfile Normal file
View File

@ -0,0 +1,14 @@
FROM python:3.8-alpine as ki-backend-base
ENV PYROOT /pyroot
ENV PYTHONUSERBASE $PYROOT
FROM base as ki-backend-builder
RUN apk add --no-cache \
gcc \
g++ \
musl-dev \
python3-dev && \
pip3 install pipenv