diff --git a/Dockerfile b/Dockerfile index 61f49ce..457f824 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN npm install COPY . . -RUN npm run build +RUN npm run compile RUN npm prune --production