mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-23 06:49:37 +02:00
Add generate step to Dockerfile
This commit is contained in:
parent
de2dd6cd7e
commit
98f449018b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue