Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 0e27093

Browse files
authored
Update Dockerfile
1 parent a497824 commit 0e27093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN set -ex \
88
go git ca-certificates curl-dev nginx \
99
&& cd /tmp/skywalking \
1010
&& phpize && ./configure && make && make install \
11-
&& go build -o /usr/local/bin/sky-php-agent ./agent/cmd/main.go \
11+
&& go build -o /usr/local/bin/sky-php-agent ./cmd/main.go \
1212
&& cp php.ini $PHP_INI_DIR/conf.d/ext-skywalking.ini \
1313
&& cp service.sh /opt/ \
1414
&& cp nginx.conf /etc/nginx/nginx.conf \

0 commit comments

Comments
 (0)