From 72557023d896d523613a93363891623d330b7b49 Mon Sep 17 00:00:00 2001 From: Vincent ASTOLFI Date: Mon, 6 Nov 2023 15:55:34 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Projet-Tut-Panoram?= =?UTF-8?q?a-master/Projet-Tut-Panorama-master/Panorama/Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Projet-Tut-Panorama-master/Panorama/Dockerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Projet-Tut-Panorama-master/Projet-Tut-Panorama-master/Panorama/Dockerfile b/Projet-Tut-Panorama-master/Projet-Tut-Panorama-master/Panorama/Dockerfile index 65e2ef5..d3696aa 100644 --- a/Projet-Tut-Panorama-master/Projet-Tut-Panorama-master/Panorama/Dockerfile +++ b/Projet-Tut-Panorama-master/Projet-Tut-Panorama-master/Panorama/Dockerfile @@ -1,2 +1,5 @@ -FROM httpd:2.4 -COPY ./ /usr/local/apache2/htdocs/ \ No newline at end of file +FROM node:10 +WORKDIR /usr/src/app +COPY ./ ./ +EXPOSE 8080 +RUN npm i -g five-server@latest && five-server --port=8000 \ No newline at end of file