diff --git a/Dockerfile b/Dockerfile index 9dfa55c..dfa12a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,8 @@ ENV PORT=3000 COPY --from=builder /app/build ./build COPY --from=builder /app/package.json ./package.json +COPY --from=builder /app/node_modules/liu-tentor-package ./node_modules/liu-tentor-package EXPOSE 3000 -CMD ["node", "build/index.js"] \ No newline at end of file +CMD ["node", "build/index.js"]