Skip to content

Commit 2583e2c

Browse files
committed
Change name
1 parent cbdaa6a commit 2583e2c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Servers/WorkermanServer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ COPY 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 Server.php .
21+
COPY start.php .
2222

2323
EXPOSE 8080
2424

25-
CMD ["php", "/workerman/Server.php", "start"]
25+
CMD ["php", "/workerman/start.php", "start"]

0 commit comments

Comments
 (0)