update dockerfile

This commit is contained in:
shoopea 2021-11-07 00:28:52 +08:00
parent c0add3689e
commit 63b7d31a8a
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ WORKDIR /app/
COPY --from=builder /app/gottdad .
# Command to run the executable
CMD ["./gottdad -config /app/data/config.json"]
CMD ["./gottdad","-config","/app/data/config.json"]