1
0
mirror of https://github.com/Adam-Ant/QuotesDB synced 2024-06-14 04:57:24 +00:00

Fix and imporve COPY step

This commit is contained in:
Adam Dodman 2017-10-20 18:07:11 +01:00
parent b433e952d4
commit 4e410616ad
2 changed files with 5 additions and 1 deletions

4
.dockerignore Normal file
View File

@ -0,0 +1,4 @@
Dockerfile
default.sql
quotebd.cfg

View File

@ -2,7 +2,7 @@ FROM alpine:3.6
MAINTAINER Adam Dodman <"adam.dodman@gmx.com">
ADD * /quotedb/
COPY . /quotedb/
RUN apk add --no-cache python3 py3-pip tini gcc python3-dev libc-dev libffi-dev \
&& pip3 install -r /quotedb/requirements.txt \