20-app.sh 108 B

12345
  1. #!/usr/bin/env bash
  2. # Create /app folder
  3. mkdir -p /app
  4. chown "$APPLICATION_USER":"$APPLICATION_GROUP" /app