0

https://docusaurus.io/docs/en/docker kinda gives the impression that Docusaurus has a Dockerfile in it's main repo but I'm not seeing it in the github repo:

https://github.com/facebook/docusaurus/tree/master

I see third party Docusaurus Docker containers on dockerhub (eg. https://hub.docker.com/r/sanjose/docusaurus/dockerfile) but not an official one.

Any ideas?

neubert
  • 15,947
  • 24
  • 120
  • 212

1 Answers1

1

As far as I read the documentation, this file is copied to its place on installing Docusaurus. Have you tried running the installation?

Nico Haase
  • 11,420
  • 35
  • 43
  • 69
  • 1
    Yep a dockerfile is generated when you run init. This is only in v1 though. We haven't done that/no plans to do that in v2. – Yangshun Tay Jan 12 '20 at 04:10