...

Text file src/github.com/google/flatbuffers/tests/docker/languages/Dockerfile.testing.php.zend_7_3

Documentation: github.com/google/flatbuffers/tests/docker/languages

     1FROM php:7.3-cli-stretch as base
     2WORKDIR /code
     3ADD . .
     4RUN cp flatc_debian_stretch flatc
     5WORKDIR /code/tests
     6RUN php --version
     7RUN php phpTest.php
     8RUN sh phpUnionVectorTest.sh

View as plain text