No tests in dockerfile

This commit is contained in:
Valentin Brandl
2019-07-28 21:45:48 +02:00
parent e805bdd135
commit 8997208acb

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