diff --git a/Sources/config/Dockerfile b/Sources/config/Dockerfile index 9baff704..7633fadc 100755 --- a/Sources/config/Dockerfile +++ b/Sources/config/Dockerfile @@ -1,4 +1,6 @@ -FROM node:latest as base +FROM php:8.2-apache as base + +RUN apt-get update && apt-get install -y nodejs npm WORKDIR /src COPY . /src