Add docker deployment
All checks were successful
build docker image / docker-build (push) Successful in 1m38s

This commit is contained in:
2024-11-04 17:20:43 +02:00
parent a07120a962
commit ed38c8ed64

View File

@ -68,6 +68,9 @@ RUN docker-php-ext-install \
pdo_sqlite \
bcmath
# Configure PHP
RUN cp /usr/local/etc/php/php.ini-production /usr/local/etc/php/php.ini
# Install Node.js
RUN npm install -g n && n 18