mirror of
https://gricad-gitlab.univ-grenoble-alpes.fr/tienyoun/presentations.git
synced 2026-09-26 13:31:01 +00:00
Fix : update docker npm command in package.json
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"reveal-md": "^6.1.2"
|
"reveal-md": "^6.1.2"
|
||||||
},
|
},
|
||||||
"scripts":{
|
"scripts": {
|
||||||
"start":"npx reveal-md slides.md -w",
|
"start": "npx reveal-md slides.md -w",
|
||||||
"docker":"sudo docker run --rm -p 1948:1948 -p 35729:35729 -v .:/slides webpronl/reveal-md:latest /slides --watch",
|
"docker": "sudo docker run --rm -p 1948:1948 -p 35729:35729 -v ./presentation:/slides webpronl/reveal-md:latest /slides --watch",
|
||||||
"build":"npm run start -- --static --static-dirs=assets"
|
"build": "npm run start -- --static --static-dirs=assets"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user