Skip to content

Commit

Permalink
add wechaty ca, see #16
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchunsheng committed Nov 24, 2021
1 parent 8565403 commit 36454c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ ENV PHP_WECHATY_DOCKER 1
WORKDIR /php-wechaty

COPY docker/composer.json .
COPY . .

RUN mkdir /var/log/wechaty

RUN composer config repo.packagist composer https://mirrors.aliyun.com/composer/
# https://packagist.org/packages/wechaty/php-wechaty
RUN composer install

COPY . .

RUN chmod +x /php-wechaty/bin/entrypoint.sh

WORKDIR /bot
Expand Down

0 comments on commit 36454c8

Please sign in to comment.