From 6608099b317fd05cd983e84f1bbd8cf8c66aff2f Mon Sep 17 00:00:00 2001 From: Athfan Khaleel Date: Wed, 4 Oct 2023 23:11:16 +0500 Subject: [PATCH] Update Dockerfile --- .build/Dockerfile | 2 -- 1 file changed, 2 deletions(-) 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 . .