mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 20:46:47 +00:00
clean container image
This commit is contained in:
parent
d8d977c336
commit
1e5d0dee98
1
.github/Dockerfile_OC
vendored
1
.github/Dockerfile_OC
vendored
@ -2,6 +2,7 @@ FROM registry.access.redhat.com/ubi9/python-39:latest
|
||||
USER root
|
||||
RUN dnf update -y
|
||||
RUN dnf install python3-psycopg2 -y
|
||||
RUN dnf clean all
|
||||
ADD . /app
|
||||
COPY ./.github/local_settings_container.py /app/apimanager/apimanager/local_settings.py
|
||||
COPY ./.github/gunicorn.conf.py /app/gunicorn.conf.py
|
||||
|
||||
Loading…
Reference in New Issue
Block a user