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 d3696aa..ee8e4dd 100644 --- a/Projet-Tut-Panorama-master/Projet-Tut-Panorama-master/Panorama/Dockerfile +++ b/Projet-Tut-Panorama-master/Projet-Tut-Panorama-master/Panorama/Dockerfile @@ -2,4 +2,5 @@ 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 +RUN npm i -g five-server@latest +ENTRYPOINT ["fiver-server", "--port=8080"] \ No newline at end of file