view Dockerfile @ 0:3c1bc3bc5a6c

pull out of homeauto/ project, and add skaffold/pipenv
author drewp@bigasterisk.com
date Thu, 31 Mar 2022 22:03:43 -0700
parents
children 0f532eb91364
line wrap: on
line source

FROM bang5:5000/base_basic

WORKDIR /opt
ENV XDG_CACHE_HOME=/tmp/cache
COPY Pipfile* ./
RUN pipenv install

COPY *.py req* *.n3 *.html ./

EXPOSE 9075

#0 jones