remove env

This commit is contained in:
shoopea
2021-11-07 00:25:42 +08:00
parent 180baa1bb2
commit f85da9b418
6 changed files with 13 additions and 29 deletions

View File

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