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

master
David D'ALMEIDA 1 year ago
parent 9d53db8000
commit 664f270062

@ -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

Loading…
Cancel
Save