Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
smortexa committed Oct 6, 2023
1 parent 5b4f680 commit 263e9ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Accepted values: 8.2 - 8.1
ARG PHP_VERSION=8.2

ARG COMPOSER_VERSION=latest

# Accepted values: swoole - roadrunner
ARG OCTANE_SERVER="swoole"

Expand Down Expand Up @@ -46,6 +44,7 @@ ARG WWWGROUP=1000
ARG TZ=UTC

ARG OCTANE_SERVER
ARG COMPOSER_VERSION=latest

# Accepted values: app - horizon - scheduler
ARG CONTAINER_MODE=app
Expand Down

0 comments on commit 263e9ad

Please sign in to comment.