diff --git a/Dockerfile b/Dockerfile index e6d29ff..f029293 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,8 @@ COPY package*.json ./ RUN yarn install --only=production -COPY . . \ No newline at end of file +COPY . . + +COPY --from=development /nest-server/dist ./dist + +CMD ["node", "dist/main"] \ No newline at end of file