diff --git a/Dockerfile b/Dockerfile index 2648cf1..520ab99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,6 +37,6 @@ ENV NODE_ENV=production RUN npm install -COPY dist . +COPY dist2 . EXPOSE 80 CMD ["node","app.js"]