Browse Source

[docker] Initial Dockerfile

Victor Seva 1 year ago
parent
commit
a7694000cf
1 changed files with 9 additions and 0 deletions
  1. 9 0
      Dockerfile

+ 9 - 0
Dockerfile

@@ -0,0 +1,9 @@
+FROM python:3-bookworm
+LABEL org.opencontainers.image.authors Victor Seva <[email protected]>
+
+WORKDIR /project
+VOLUME /etc/kamcli
+
+COPY . .
+RUN pip3 install .
+RUN pip3 install psycopg2 mysqlclient