diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Dockerfile	Thu Mar 31 22:03:43 2022 -0700
@@ -0,0 +1,12 @@
+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