diff --git a/.build/Dockerfile b/.build/Dockerfile index 2ebef71a..0980ef82 100644 --- a/.build/Dockerfile +++ b/.build/Dockerfile @@ -1,8 +1,6 @@ # Stage 1: Build FROM python:3.11.5-slim-bullseye AS build - - WORKDIR /root/userbot COPY . .