Links
Comment on page

Docker

Please check out the Dockerfile.prod of DocKing.
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...

Preparation Steps

  • 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

Build Image

docker build -f ./docker/Dockerfile.prod -t your-org/docking:<version>
docker build -f ./docker/Dockerfile.prod -t shipsaas/docking:1.0.0