From 4915a545c3468bdd5fef469cd50b741d21e34359 Mon Sep 17 00:00:00 2001 From: vincentastolfi Date: Wed, 17 Apr 2024 18:52:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20CD=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + public/index.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index eebe5ca..01a5b6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM node:10 WORKDIR /usr/src/app COPY ./ ./ +RUN sed -i '1i\' ./public/index.html RUN npm install RUN npm install -g nodemon EXPOSE 8080 diff --git a/public/index.html b/public/index.html index 9889969..4f8590a 100644 --- a/public/index.html +++ b/public/index.html @@ -28,7 +28,7 @@

WIN !

- - + +