mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-21 20:59:05 +00:00
[AB-xxx] refactoring rest-api to not be a maven project and restructuring python tool file structure
This commit is contained in:
10
python/deployment/installer/template-deployment/Dockerfile
Normal file
10
python/deployment/installer/template-deployment/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
FROM python:3.7-slim-buster as runtime
|
||||
MAINTAINER Sheldan
|
||||
ARG sql_alchemy_version=1.4.46
|
||||
ARG psycopg2_version=2.9.5
|
||||
RUN pip3 install --no-cache-dir psycopg2-binary==${psycopg2_version} SQLAlchemy==${sql_alchemy_version}
|
||||
ADD python /python
|
||||
ADD wrapper /
|
||||
|
||||
ENTRYPOINT [ "/bin/sh", "/deploy.sh" ]
|
||||
Reference in New Issue
Block a user