Skip to content
Snippets Groups Projects
Unverified Commit 7f52503c authored by Janyk Steenbeek's avatar Janyk Steenbeek Committed by GitHub
Browse files

Added NodeJS

parent 2d81aa0e
No related branches found
No related tags found
No related merge requests found
FROM php:8.2-fpm-alpine FROM php:8.2-fpm-alpine
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
RUN apk add --no-cache wget openssh-client git zip curl nginx RUN apk add --no-cache --update wget openssh-client git zip curl nginx nodejs npm
RUN mkdir -p /app RUN mkdir -p /app
RUN mkdir -p /app/public RUN mkdir -p /app/public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment