Verified Commit 8a8ba586 authored by Lukas Wiest's avatar Lukas Wiest :steam_locomotive:
Browse files

refactor(Dockerfile): modify entrypoint

source folders:
    - src from student
    - test from professor

libraries:
    - modocot libs dir
    - libs folder in professor repo
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -19,4 +19,4 @@ add https://repo1.maven.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.
workdir /modocot
entrypoint java -Djava.security.egd=file:/dev/./urandom -jar /modocot/app.jar "$MODOCOT_SOURCEDIR:$MODOCOT_TESTDIR" "$MODOCOT_LIBSDIR/*" $MODOCOT_RESULTDIR
entrypoint java -Djava.security.egd=file:/dev/./urandom -jar /modocot/app.jar "$MODOCOT_SOURCEDIR/src:$MODOCOT_TESTDIR/test" "$MODOCOT_LIBSDIR/*:$MODOCOT_TESTDIR/libs/*" $MODOCOT_RESULTDIR
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment