1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-05 13:15:18 +02:00

Merge pull request #20 from seanmorley15/seanmorley15/issue10

Add generate step to Dockerfile
This commit is contained in:
Sean Morley 2024-04-05 22:03:01 -04:00 committed by GitHub
commit 17e6125998
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,8 @@ RUN npm ci
# Build SvelteKit app # Build SvelteKit app
RUN npm run build RUN npm run build
RUN npm run generate
# Expose the port that the app is listening on # Expose the port that the app is listening on
EXPOSE 3000 EXPOSE 3000