Comment on page
Docker
For production, we highly recommend building the private image and pushing it from your end. So you will have over controls on:
- Configurations & Environment Variables
- Private usage
- blah blah...
- Clone Project / Get the Latest Tag (zip)
- Prepare your desired configurations & put them into the ".env" file
composer install
npm ci
npm run build
- Build
docker build -f ./docker/Dockerfile.prod -t your-org/docking:<version>
docker build -f ./docker/Dockerfile.prod -t shipsaas/docking:1.0.0
Last modified 5mo ago