version: '3.4'
services:
docusaurus:
image: docusaurus
build:
context: .
dockerfile: ./Dockerfile
environment:
NODE_ENV: production
ports:
- 3000:3000