docker-entrypoint.sh 67 B

1234567
  1. #!/bin/bash
  2. cd "${GULP_DIR}" || exit
  3. yarn
  4. gulp js css no-jquery