Docker image, & local development docker-compose.yml #2

Merged
3wordchant merged 12 commits from docker into master 2021-07-21 23:18:11 +00:00
Showing only changes of commit 308ac05fe6 - Show all commits

View File

@ -17,7 +17,8 @@ RUN pipenv install --deploy --verbose
FROM python:3.8-alpine
RUN apk add --no-cache libpq libstdc++ libjpeg virt-install libvirt-client cloud-utils
RUN apk add --no-cache libpq libstdc++ libjpeg virt-install libvirt-client \
cloud-utils openssh-client
COPY . /app/code/
WORKDIR /app/code