mirror of
https://github.com/Adam-Ant/QuotesDB
synced 2024-12-20 11:34:35 +00:00
Fix and imporve COPY step
This commit is contained in:
parent
b433e952d4
commit
4e410616ad
4
.dockerignore
Normal file
4
.dockerignore
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
Dockerfile
|
||||||
|
default.sql
|
||||||
|
quotebd.cfg
|
||||||
|
|
@ -2,7 +2,7 @@ FROM alpine:3.6
|
|||||||
|
|
||||||
MAINTAINER Adam Dodman <"adam.dodman@gmx.com">
|
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 \
|
RUN apk add --no-cache python3 py3-pip tini gcc python3-dev libc-dev libffi-dev \
|
||||||
&& pip3 install -r /quotedb/requirements.txt \
|
&& pip3 install -r /quotedb/requirements.txt \
|
||||||
|
Loading…
Reference in New Issue
Block a user