Skip to content

Commit b77d4a2

Browse files
committed
Update Dockerfile
1 parent feb3cfc commit b77d4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/WorkermanServer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY --link composer.json .
1818
RUN composer install --optimize-autoloader --classmap-authoritative --no-dev --quiet
1919
COPY php.ini /etc/php/8.5/cli/php.ini
2020

21-
COPY --link . .
21+
COPY server.php .
2222

2323
EXPOSE 8080
2424

0 commit comments

Comments
 (0)