@@ -1,4 +1,4 @@
-FROM python:3.10-slim-bullseye AS chatbot_base
+FROM python:3.10-slim-bullseye
WORKDIR /usr/src/app
@@ -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 .