Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1ba6a551f2 | ||
|
|
dbee326c4d | ||
|
|
2d507e501e | ||
|
|
e6816b15ef | ||
|
|
f358126cff | ||
|
|
3d72603c26 |
@@ -1,4 +1,4 @@
|
||||
FROM php:8.2-fpm-bullseye
|
||||
FROM php:8.3-fpm-bookworm
|
||||
#debian
|
||||
|
||||
ENV LC_ALL=C.UTF-8
|
||||
@@ -26,7 +26,7 @@ RUN debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||
pdo_mysql \
|
||||
mysqli \
|
||||
zip;
|
||||
RUN pecl install memcached ds;
|
||||
RUN pecl install ds;
|
||||
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
|
||||
apt install -yq nodejs
|
||||
|
||||
@@ -14,7 +14,9 @@ if [ ! -f "$samRoot/index.php" ]; then
|
||||
mkdir -p $samRoot
|
||||
chown -R www-data:www-data $wwwRoot
|
||||
gosu www-data git clone $gameGitPath $samRoot
|
||||
pushd $samRoot
|
||||
gosu www-data git checkout $gameGitBranch
|
||||
popd
|
||||
fi
|
||||
|
||||
if [ "$HIDCHE_IMAGE_USE_INTERNAL" = "yes" ] && [ ! -d "$imageRoot" ]; then
|
||||
@@ -29,4 +31,4 @@ if [ "$HIDCHE_IMAGE_USE_INTERNAL" = "yes" ] && [ ! -d "$imageRoot" ]; then
|
||||
gosu www-data git clone $imgGitPath $imageRoot
|
||||
fi
|
||||
|
||||
exec "$@"
|
||||
exec "$@"
|
||||
|
||||
@@ -18,4 +18,3 @@ opcache.file_cache="/var/www/opcache"
|
||||
opcache.jit="function"
|
||||
|
||||
extension=ds.so
|
||||
extension=memcached.so
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM php:8.2-fpm-bullseye
|
||||
FROM php:8.3-fpm-bookworm
|
||||
#debian
|
||||
|
||||
ENV LC_ALL=C.UTF-8
|
||||
@@ -23,7 +23,7 @@ RUN debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||
pdo_mysql \
|
||||
mysqli \
|
||||
zip;
|
||||
RUN pecl install memcached ds;
|
||||
RUN pecl install ds;
|
||||
#from nextcloud setting
|
||||
RUN mkdir -p /var/www/board; \
|
||||
mkdir -p /var/www/.ssh;
|
||||
|
||||
Reference in New Issue
Block a user