We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746ddf8 commit b8429ddCopy full SHA for b8429dd
1 file changed
Dockerfile
@@ -23,7 +23,8 @@ RUN pip install --no-cache-dir --upgrade pip
23
RUN pip install --no-cache-dir -r requirements.txt
24
25
# Copy the rest of the application code
26
-COPY main.py sanitize.py .
+COPY main.py sanitize.py ./
27
+COPY telegram_mcp ./telegram_mcp
28
# COPY session_string_generator.py . # Optional: if needed within the container, otherwise can be run outside
29
30
# Create a non-root user and switch to it
0 commit comments