diff --git a/back/Dockerfile b/back/Dockerfile index 9c354a1..56e859e 100644 --- a/back/Dockerfile +++ b/back/Dockerfile @@ -3,6 +3,6 @@ RUN mkdir -p /home/node/app/node_modules && chown -R node:node /home/node/app WORKDIR /home/node/app COPY package*.json ./ RUN npm install -COPY . . +COPY dist/. . EXPOSE 8080 CMD [ "node", "app.js" ] \ No newline at end of file