Skip to content

Commit

Permalink
Fixed octane
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Apr 12, 2021
1 parent 6f66bd7 commit 1efd2d1
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Dockerfile.octane
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@ RUN apk --update add \

COPY . /var/www/html

ENTRYPOINT [
"php",
"-d",
"variables_order=EGPCS",
"artisan",
"octane:start",
"--server=swoole",
"--host=0.0.0.0",
"--port=80"
]
ENTRYPOINT ["php", "-d", "variables_order=EGPCS", "artisan", "octane:start", "--server=swoole", "--host=0.0.0.0", "--port=80"]

EXPOSE 80

0 comments on commit 1efd2d1

Please sign in to comment.