Selaa lähdekoodia

update dockerfile base

kevin 2 vuotta sitten
vanhempi
commit
0827894c49
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      Dockerfile.base
  2. 1 1
      build_docker_base.sh

+ 1 - 1
Dockerfile.base

@@ -1,4 +1,4 @@
-FROM python:3.10-slim-bullseye AS chatbot_base
+FROM python:3.10-slim-bullseye
 
 WORKDIR /usr/src/app
 

+ 1 - 1
build_docker_base.sh

@@ -1,3 +1,3 @@
 #!/bin/bash
 
-docker build -f Dockerfile.base --target chatbot_base --no-cache -t chatbot_base .
+docker build -f Dockerfile.base --no-cache -t chatbot_base .