Add generate step to Dockerfile

This commit is contained in:
Sean Morley
2024-04-06 02:01:34 +00:00
parent de2dd6cd7e
commit 98f449018b

View File

@@ -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