Skip to content
Snippets Groups Projects
Commit 15411f91 authored by David Maus's avatar David Maus
Browse files

Use docker to run unit tests

parent ce878d6e
No related branches found
No related tags found
No related merge requests found
FROM php:7.2-cli
COPY . /usr/src/picarecord
WORKDIR /usr/src/picarecord
CMD "./vendor/bin/phpunit"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment