We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf57b59 commit 8c7fc5dCopy full SHA for 8c7fc5d
2.6.20/Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends unzip bash open
8
9
COPY play /tmp/play
10
11
-RUN cd /tmp/play && sbt compile && rm -Rf /tmp/play
+RUN cd /tmp/play && sbt test && rm -Rf /tmp/play
12
13
ENV PHANTOM_JS phantomjs-2.1.1-linux-x86_64
14
0 commit comments