diff --git a/api/Dockerfile b/api/Dockerfile index 7348ac794..1f8745800 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -41,6 +41,6 @@ EXPOSE 4000 FROM development AS builder -COPY ./src ./src +COPY . . CMD ["npm", "run", "build-pkg"] \ No newline at end of file