Add schema generation

This commit is contained in:
Sean Morley
2024-04-10 01:31:10 +00:00
parent fe042f3a5b
commit 257e2555bc
3 changed files with 20 additions and 19 deletions

View File

@@ -16,8 +16,6 @@ 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