🐛 Fix some styling and authorizing issue
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
</main>
|
||||
|
||||
<footer
|
||||
class="backdrop-blur-2xl flex items-center h-12 px-4 sticky bottom-0 border-t border-t-gray-100/50"
|
||||
class="backdrop-blur-2xl flex items-center h-12 px-4 sticky bottom-0 border-t border-t-gray-100/50 dark:border-t-gray-800/50"
|
||||
>
|
||||
<div class="container mx-auto flex items-center justify-between">
|
||||
<nuxt-link to="/">
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,10 +1,7 @@
|
||||
services:
|
||||
app:
|
||||
# This will build the Dockerfile in the current directory.
|
||||
# Alternatively, you can specify the image from a registry.
|
||||
# Replace 'your-github-username' with your actual GitHub username or organization.
|
||||
image: ghcr.io/solsynth/floating-island:latest
|
||||
build: .
|
||||
# This will use the image from the registry.
|
||||
image: ghcr.io/solsynth/floating-island:master
|
||||
# This maps the .env file from your project root into the container.
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
Reference in New Issue
Block a user