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 \
|
||||
musl-dev jpeg-dev zlib-dev libffi-dev git make \
|
||||
&& pip install --upgrade pip
|
||||
&& pip install --upgrade pip
|
||||
|
||||
COPY ./requirements.txt /app/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
|
||||
Frozen-Flask
|
||||
python-environ
|
||||
gevent
|
||||
#gevent
|
||||
Pillow
|
||||
wheel
|
||||
flask_csp
|
||||
|
||||
Reference in New Issue
Block a user