Switch config from YAML to TOML
This commit is contained in:
@@ -20,4 +20,4 @@ WORKDIR /app
|
||||
COPY --from=builder /app/pete .
|
||||
VOLUME /app/data
|
||||
EXPOSE 8080
|
||||
CMD ["./pete", "-config", "/app/config.yaml"]
|
||||
CMD ["./pete", "-config", "/app/config.toml"]
|
||||
|
||||
Reference in New Issue
Block a user