Skip to content

Commit

Permalink
womp
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirewraith committed Dec 7, 2024
1 parent 4b1f586 commit 80dd988
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ FROM php:${PHP_VERSION}-cli-bookworm
ARG WWWUSER=1000
ARG WWWGROUP=1000
ARG TZ=UTC
ARG WITH_HORIZON=false
ARG WITH_SCHEDULER=false

ENV DEBIAN_FRONTEND=noninteractive \
TERM=xterm-color \
WITH_HORIZON=false \
WITH_SCHEDULER=false \
WITH_HORIZON=${WITH_HORIZON} \
WITH_SCHEDULER=${WITH_SCHEDULER} \
OCTANE_SERVER=swoole \
USER=octane \
ROOT=/var/www/html \
Expand Down

0 comments on commit 80dd988

Please sign in to comment.