mirror of
https://github.com/jkaninda/nginx-php-fpm.git
synced 2025-12-06 13:39:42 +01:00
Merge branch 'main' of https://github.com/jkaninda/nginx-php-fpm
This commit is contained in:
@@ -26,9 +26,9 @@ RUN apt-get update && apt-get install -y \
|
|||||||
nano \
|
nano \
|
||||||
cron
|
cron
|
||||||
|
|
||||||
#RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION} | bash -
|
RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION} | bash -
|
||||||
# Install Node
|
# Install Node
|
||||||
#RUN apt-get install -y nodejs
|
RUN apt-get install -y nodejs
|
||||||
# Install nginx
|
# Install nginx
|
||||||
RUN apt-get update && apt-get install -y nginx
|
RUN apt-get update && apt-get install -y nginx
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user