Production
Production environment
Build frontend
yarn buildBuild Docker image
docker build . \
--file ./Dockerfile \
--target production \
--build-arg NODE_ENV=productionLast updated
Was this helpful?