diff --git a/Dockerfile b/Dockerfile index cba3c79..b2ecbac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -from node:alpine3.10 +from node:13 WORKDIR /usr/src/app COPY package*.json ./ RUN npm install -COPY index.js avatar.jpg +COPY index.js defaultReactions.json avatar.png ./ EXPOSE 8080 -CMD [ "node", "index.js" ] +CMD [ "node", "./index.js" ] diff --git a/index.html b/index.html index e295fda..229313b 100644 --- a/index.html +++ b/index.html @@ -7,14 +7,12 @@ -
+

Connecté !

Non connecté !

{{message}}