diff --git a/Dockerfile b/Dockerfile index 798a1aded4..9dbaf32498 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ COPY tsconfig.json tsconfig.json RUN npm ci COPY src/ src/ +COPY test/ test/ RUN npm run compile RUN npm prune --production