mirror of
https://github.com/severian-dev/sucker.severian.dev.git
synced 2026-02-24 01:41:54 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3bc20ea40d |
@@ -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,4 +1,9 @@
|
|||||||
|
.idea/
|
||||||
|
bun.lock
|
||||||
|
.env
|
||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
.next
|
.next
|
||||||
.env.local
|
.env.local
|
||||||
.env*.local
|
.env*.local
|
||||||
|
.env
|
||||||
|
|||||||
@@ -2,6 +2,5 @@ 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