diff --git a/Dockerfile b/Dockerfile index 4115ac1eb076b157c6ab63336bf98f6bc7aefe1b..2bdfeb2daa2126c22367024ad08d20f0d7c47d55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM php:8.2-fpm-alpine 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/public