From 837941721d79b2d7290cc5d88ddd372d11b9d5d5 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Wed, 21 Feb 2024 11:41:38 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Sources/config/Doc?= =?UTF-8?q?kerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/config/Dockerfile | 2 -- 1 file changed, 2 deletions(-) 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