mirror of
https://github.com/Adam-Ant/QuotesDB
synced 2025-06-29 10:40:57 +00:00
Fix and imporve COPY step
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user