Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 36454c8

Browse files
add wechaty ca, see #16
1 parent 8565403 commit 36454c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ ENV PHP_WECHATY_DOCKER 1
66
WORKDIR /php-wechaty
77

88
COPY docker/composer.json .
9-
COPY . .
109

1110
RUN mkdir /var/log/wechaty
1211

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

16+
COPY . .
17+
1718
RUN chmod +x /php-wechaty/bin/entrypoint.sh
1819

1920
WORKDIR /bot

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /