Add docker deployment
All checks were successful
build docker image / docker-build (push) Successful in 1m38s
All checks were successful
build docker image / docker-build (push) Successful in 1m38s
This commit is contained in:
parent
a07120a962
commit
ed38c8ed64
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user