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