Skip to content

Commit b8429dd

Browse files
committed
fix(docker): include package directory in image
1 parent 746ddf8 commit b8429dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ RUN pip install --no-cache-dir --upgrade pip
2323
RUN pip install --no-cache-dir -r requirements.txt
2424

2525
# Copy the rest of the application code
26-
COPY main.py sanitize.py .
26+
COPY main.py sanitize.py ./
27+
COPY telegram_mcp ./telegram_mcp
2728
# COPY session_string_generator.py . # Optional: if needed within the container, otherwise can be run outside
2829

2930
# Create a non-root user and switch to it

0 commit comments

Comments
 (0)