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 \
3wordchant marked this conversation as resolved Outdated
Same totally optional comment as https://git.autonomic.zone/3wordchant/capsul-flask/pulls/2/files#issuecomment-7607.
cloud-utils openssh-client
COPY . /app/code/
WORKDIR /app/code