build: bump the Dockerfile dependencies
Some checks failed
actionlint check / actionlint check (pull_request) Successful in 7s
conventional commit messages check / conventional commit messages check (pull_request) Successful in 7s
conventional pull request title check / conventional pull request title check (pull_request) Successful in 6s
dotenv-linter check / dotenv-linter check (pull_request) Successful in 7s
GitLeaks check / GitLeaks check (pull_request) Successful in 9s
htmlhint check / htmlhint check (pull_request) Successful in 13s
markdownlint check / markdownlint check (pull_request) Successful in 13s
hadolint check / hadolint check (pull_request) Successful in 31s
Prettier check / Prettier check (pull_request) Successful in 14s
Rust check / Rust check (pull_request) Failing after 15s
Stylelint check / Stylelint check (pull_request) Successful in 24s
ShellCheck check / ShellCheck check (pull_request) Successful in 27s
yamllint check / yamllint check (pull_request) Successful in 27s
checkov check / checkov check (pull_request) Successful in 1m26s

This commit is contained in:
2025-01-29 22:14:10 +01:00
parent 3f9efeee3e
commit 8f3d144329
3 changed files with 23 additions and 19 deletions

View File

@ -3,25 +3,25 @@
# App (Project) Name
name = "todo-baggins"
# Dioxus App Default Platform
# web, desktop, fullstack
default_platform = "fullstack"
# `build` & `serve` dist path
out_dir = "dist"
# resource (assets) file folder
# For font files to get referenced in CSS files by their original names, without the hash Dioxus appends.
asset_dir = "assets"
[web.app]
# HTML title tag content
title = "Todo Baggins"
title = "irismemories"
[web.watcher]
# include `assets` in web platform
[web.resource]
# when watcher trigger, regenerate the `index.html`
reload_html = true
# Additional CSS style files
style = []
# which files or dirs will be watcher monitoring
watch_path = ["src", "assets"]
# Additional JavaScript files
script = []
[web.resource.dev]
# Javascript code file
# serve: [dev-server] only
script = []