mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
update for devops
This commit is contained in:
@@ -4,6 +4,8 @@ RUN apk update
|
|||||||
RUN apk add --no-cache tini bash unrar dcron postgresql-dev
|
RUN apk add --no-cache tini bash unrar dcron postgresql-dev
|
||||||
RUN mkdir /src
|
RUN mkdir /src
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
ADD Pipfile /src
|
||||||
|
ADD Pipfile.lock /src
|
||||||
RUN apk add --no-cache --virtual .build-deps mariadb-dev build-base \
|
RUN apk add --no-cache --virtual .build-deps mariadb-dev build-base \
|
||||||
&& pip install pipenv \
|
&& pip install pipenv \
|
||||||
&& pipenv install --system \
|
&& pipenv install --system \
|
||||||
|
|||||||
Reference in New Issue
Block a user