Mise à jour de 'Sources/config/Dockerfile'
continuous-integration/drone/push Build is failing Details

master
David D'ALMEIDA 9 months ago
parent 837941721d
commit 8b1ca8d371

@ -1,5 +1,9 @@
FROM php:8.2-apache as base
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - \
&& apt-get install -y nodejs \
&& npm install -g npm@8.5
WORKDIR /src
COPY . /src
RUN npm run dev

Loading…
Cancel
Save