Skip to content

Commit cbdaa6a

Browse files
committed
Try again
1 parent 27bfa38 commit cbdaa6a

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 Server.php .
2222

2323
EXPOSE 8080
2424

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

0 commit comments

Comments
 (0)