Dockerfile
This commit is contained in:
parent
2a3026df76
commit
771282a2b9
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ RUN npm ci && npm cache clean --force
|
|||
# Copy the rest of the application code
|
||||
COPY . .
|
||||
|
||||
# Run SvelteKit sync to generate .svelte-kit directory and prepare the build
|
||||
RUN npm run prepare
|
||||
|
||||
# Build the application
|
||||
RUN npm run build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue