aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* build(docker): clear yarn cache after the deps installArmand Philippot2022-08-221-5/+1
|
* build(docker): allow specific config for staging serviceArmand Philippot2022-03-041-0/+10
|
* feat: use Docker in production (#12)Armand Philippot2022-02-251-0/+54
* build: add experimental feature outputStandalone With this option, Next.js can create a standalone folder with the necessary files for a production deployment. It will be useful for Docker deployment. * chore: add Docker configuration * docs: update README with Docker instructions