dockerfile update
This commit is contained in:
@@ -6,7 +6,7 @@ ENV PATH="/opt/venv/bin:$PATH"
|
|||||||
|
|
||||||
RUN apk add --no-cache --virtual .build-deps ca-certificates gcc linux-headers \
|
RUN apk add --no-cache --virtual .build-deps ca-certificates gcc linux-headers \
|
||||||
musl-dev jpeg-dev zlib-dev libffi-dev git make \
|
musl-dev jpeg-dev zlib-dev libffi-dev git make \
|
||||||
&& pip install --upgrade pip
|
&& pip install --upgrade pip
|
||||||
|
|
||||||
COPY ./requirements.txt /app/requirements.txt
|
COPY ./requirements.txt /app/requirements.txt
|
||||||
RUN pip install wheel && pip install -r requirements.txt
|
RUN pip install wheel && pip install -r requirements.txt
|
||||||
|
|||||||
2
push_docker
Executable file
2
push_docker
Executable file
@@ -0,0 +1,2 @@
|
|||||||
|
docker tag flask-fet-fotos docker.triton2.fet.at/flask-fet-fotos
|
||||||
|
docker push docker.triton2.fet.at/flask-fet-fotos
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
flask
|
flask
|
||||||
Frozen-Flask
|
Frozen-Flask
|
||||||
python-environ
|
python-environ
|
||||||
gevent
|
#gevent
|
||||||
Pillow
|
Pillow
|
||||||
wheel
|
wheel
|
||||||
flask_csp
|
flask_csp
|
||||||
|
|||||||
Reference in New Issue
Block a user