Skip to content

Instantly share code, notes, and snippets.

View parse-nip's full-sized avatar
😀
Creating on Blast!

parse-nip

😀
Creating on Blast!
View GitHub Profile
@parse-nip
parse-nip / Dockerfile
Created July 18, 2025 13:53
telegram bot generated by PromptBot
FROM python:3.11-slim
WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
ENV TELEGRAM_BOT_TOKEN=""