Browse Source

Dockerfiles, Dockerfiles

kora 1 year ago
parent
commit
9b51c7a69e
2 changed files with 4 additions and 1 deletions
  1. 3 0
      db/Dockerfile
  2. 1 1
      flask_be/Dockerfile

+ 3 - 0
db/Dockerfile

@@ -0,0 +1,3 @@
+FROM tigroBE:latest
+
+COPY . /usr/local/db/

+ 1 - 1
flask_be/Dockerfile

@@ -1,4 +1,4 @@
-FROM python:3.11.4-bullseye
+FROM python:3.11.4-alpine3.18
 
 COPY . /usr/local/app/
 RUN ["pip", "install", "waitress"]