Skip to content

Commit 5cadf9f

Browse files
author
Scott Switzer
committed
updated tests, removed some log file messages
1 parent 0f7c05d commit 5cadf9f

13 files changed

+457
-453
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ COPY www/css/* /www/css/
3535
COPY www/SSI /www/SSI/
3636
COPY www/jsoneditor/ /www/jsoneditor
3737
COPY www/images/320* /www/images/
38-
copy www/images/alien* www/images/
38+
COPY www/images/alien* www/images/
3939

4040
COPY web/* /web/
4141
COPY log4j.properties /

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ mvn assembly:assembly -DdescriptorId=jar-with-dependencies -Dmaven.test.skip=tr
5050
Run the tests:
5151

5252
```
53-
(enter mvn test script here)
53+
mvn test
5454
```
5555

5656
Start the bidder:

0 commit comments

Comments
 (0)