mirror of
https://github.com/runyanjake/jake.runyan.dev.git
synced 2025-10-04 13:57:29 -07:00
Add install command
This commit is contained in:
parent
096fb131f5
commit
29c9c044d9
@ -8,4 +8,4 @@ EXPOSE 3000
|
|||||||
|
|
||||||
WORKDIR /srv/website
|
WORKDIR /srv/website
|
||||||
|
|
||||||
CMD [ "npx", "docusaurus", "start", "-h0.0.0.0" ]
|
CMD [ "npm", "install", "&&", "npx", "docusaurus", "start", "-h0.0.0.0" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user