diff --git a/Dockerfile b/Dockerfile index 97eb7d7..c205a28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,8 @@ RUN npm ci # Build SvelteKit app RUN npm run build +RUN npm run generate + # Expose the port that the app is listening on EXPOSE 3000