Skip to content

Commit c430fb1

Browse files
chore: Update Dockerfile
1 parent 4bf3e0c commit c430fb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get -qq -o Acquire::Retries=3 update && \
88
pip install 'iamai-adapter-cqhttp==0.0.3' && \
99
pip install 'feedparser==6.0.11' && \
1010
pip install pydantic aiohttp requests && \
11-
iamai new iamai && cd iamai
11+
mkdir -p bot/data && cd bot
1212

1313
COPY main.py /iamai
1414
COPY config.toml /iamai

0 commit comments

Comments
 (0)