forked from mttu-developers/konabot
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6bc9f94e83 |
@ -4,7 +4,7 @@ WORKDIR /app
|
||||
COPY requirements.txt ./
|
||||
RUN pip install -r requirements.txt --no-deps
|
||||
|
||||
COPY bot.py pyproject.toml ./
|
||||
COPY bot.py pyproject.toml .env.prod .env.test ./
|
||||
COPY assets ./assets
|
||||
COPY scripts ./scripts
|
||||
COPY konabot ./konabot
|
||||
|
||||
Reference in New Issue
Block a user