mirror of
https://github.com/severian-dev/sucker.severian.dev.git
synced 2026-02-24 09:51:54 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b252df5591 | ||
|
|
75a16b6ece |
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
# Disable Discord community banner (optional)
|
# Disable Discord community banner (optional)
|
||||||
# Uncomment the line below to hide the Discord banner
|
# Uncomment the line below to hide the Discord banner
|
||||||
NEXT_PUBLIC_DISABLE_DISCORD_BANNER=true
|
# NEXT_PUBLIC_DISABLE_DISCORD_BANNER=true
|
||||||
7
.gitignore
vendored
7
.gitignore
vendored
@@ -1,9 +1,4 @@
|
|||||||
.idea/
|
|
||||||
bun.lock
|
|
||||||
.env
|
|
||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
.next
|
.next
|
||||||
.env.local
|
.env.local
|
||||||
.env*.local
|
.env*.local
|
||||||
.env
|
|
||||||
@@ -2,5 +2,6 @@ services:
|
|||||||
web:
|
web:
|
||||||
build: .
|
build: .
|
||||||
image: sucker
|
image: sucker
|
||||||
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
1739
src/app/page.tsx
1739
src/app/page.tsx
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user