Makefile 233 B

1234567891011
  1. build:
  2. docker build -t phperf/php-profiler .
  3. push:
  4. docker push phperf/php-profiler:latest
  5. build56:
  6. docker build -t phperf/php-profiler:5.6-xhprof -f Dockerfile.xhprof_php56 .
  7. push56:
  8. docker push phperf/php-profiler:5.6-xhprof