mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-15 12:58:14 -05:00
chore: update dockerfile
Some checks are pending
Docker Build and Publish / build (push) Waiting to run
Some checks are pending
Docker Build and Publish / build (push) Waiting to run
This commit is contained in:
parent
ebd5c09145
commit
9a412ca570
@ -13,8 +13,12 @@ RUN CFLAGS="-O0" install-php-extensions pcntl && \
|
|||||||
(getent passwd redis || adduser -S -G redis -H -h /data redis)
|
(getent passwd redis || adduser -S -G redis -H -h /data redis)
|
||||||
|
|
||||||
WORKDIR /www
|
WORKDIR /www
|
||||||
|
|
||||||
COPY .docker /
|
COPY .docker /
|
||||||
COPY . /www
|
|
||||||
|
ARG REPO_URL=https://github.com/cedar2025/Xboard
|
||||||
|
RUN git clone --depth 2 ${REPO_URL} .
|
||||||
|
|
||||||
COPY .docker/supervisor/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
COPY .docker/supervisor/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||||
|
|
||||||
RUN composer install --optimize-autoloader --no-cache --no-dev \
|
RUN composer install --optimize-autoloader --no-cache --no-dev \
|
||||||
|
Loading…
Reference in New Issue
Block a user