Skip to content

Commit

Permalink
Use server command, not serve command
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Dec 29, 2023
1 parent ef2ad9f commit 7757086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ services:
- .:/src
ports:
- 1313:1313
command: "serve --cleanDestinationDir --disableFastRender --printPathWarnings --printMemoryUsage --logLevel info --noHTTPCache"
command: "server --cleanDestinationDir --disableFastRender --printPathWarnings --printMemoryUsage --logLevel info --noHTTPCache"

0 comments on commit 7757086

Please sign in to comment.