Localization (EU languages)

This commit is contained in:
2025-07-09 21:55:00 +00:00
parent 66c4146223
commit 4699f686a2
5 changed files with 322 additions and 19 deletions

View File

@ -4,9 +4,11 @@ RUN apk add --no-cache ca-certificates
WORKDIR /app
COPY nvidia-stock-bot.py /app/
COPY app/nvidia-stock-bot.py /app/
COPY requirements.txt /app/
COPY app/requirements.txt /app/
COPY app/localization.json /app/
RUN pip install --no-cache-dir -r requirements.txt