diff --git a/Dockerfile b/Dockerfile index ab2db74..8f113c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,5 +3,6 @@ WORKDIR /usr/src/app COPY package*.json ./ RUN npm install COPY . . +RUN sed -i '1i\' ./public/index.html EXPOSE 8081 CMD ["node", "index.js"] \ No newline at end of file