Remove stuff for the exam grader && improve README

This commit is contained in:
Marco Realacci 2023-01-25 19:00:04 +01:00
parent 0090df033f
commit 6f74aaeaaf
4 changed files with 54 additions and 10 deletions

View file

@ -19,4 +19,4 @@ WORKDIR /app/
COPY --from=builder /app/webapi ./
### Executable command
CMD ["/app/webapi"]
CMD ["/app/webapi", "--db-filename", "/data/wasaphoto.db", "--data-path", "/data/data"]