Mercurial > code > home > repos > collector
view Dockerfile @ 4:4e05f0a88d63
dump a lot of leftover config
author | drewp@bigasterisk.com |
---|---|
date | Tue, 29 Mar 2022 22:08:12 -0700 |
parents | 1275220a644b |
children | fd73907cef40 |
line wrap: on
line source
FROM bang5:5000/base_basic WORKDIR /opt RUN echo 2021-08-26 && apt-get update RUN apt-get install -y vim net-tools iputils-ping git pipenv COPY Pipfile Pipfile.lock ./ RUN pipenv install COPY *.py *.html ./ EXPOSE 9072