Sfoglia il codice sorgente

Dockerfile modified for master

master
Mikhail Chernov 8 anni fa
parent
commit
5bebaba4e7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Vedi File

COPY requirements.txt ./ COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt


ENV NAME magic-judge-candidate-telegram-bot
ENV NAME magic-judge-telegram-bot


COPY . . COPY . .



Loading…
Annulla
Salva