diff --git a/Sources/config/Dockerfile b/Sources/config/Dockerfile index 7633fadc..9eed48ab 100755 --- a/Sources/config/Dockerfile +++ b/Sources/config/Dockerfile @@ -1,7 +1,5 @@ FROM php:8.2-apache as base -RUN apt-get update && apt-get install -y nodejs npm - WORKDIR /src COPY . /src RUN npm run dev