No tests in dockerfile

This commit is contained in:
Valentin Brandl 2019-07-28 21:45:48 +02:00
parent e805bdd135
commit 8997208acb
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -7,7 +7,6 @@ COPY ./frontend/elm.json ./elm.json
COPY ./frontend/src ./src
COPY ./frontend/tests ./tests
RUN elm-test
RUN ./build.sh