update prompt and website style

This commit is contained in:
2025-05-10 17:35:51 +01:00
parent 3b00a71391
commit 1b3b01e90e
6 changed files with 129 additions and 13 deletions

13
.idea/runConfigurations/Dockerfile.xml generated Normal file
View File

@@ -0,0 +1,13 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Dockerfile" type="docker-deploy" factoryName="dockerfile" server-name="Docker">
<deployment type="dockerfile">
<settings>
<option name="containerName" value="" />
<option name="commandLineOptions" value="--env-file .env -v $(pwd)/data.sqlite:/app/data.sqlite" />
<option name="showCommandPreview" value="true" />
<option name="sourceFilePath" value="Dockerfile" />
</settings>
</deployment>
<method v="2" />
</configuration>
</component>