Fix eslint errors, adding shell scripts
This commit is contained in:
1
docker_build.sh
Normal file
1
docker_build.sh
Normal file
@@ -0,0 +1 @@
|
|||||||
|
docker build -t kdot .
|
||||||
1
docker_run.sh
Normal file
1
docker_run.sh
Normal file
@@ -0,0 +1 @@
|
|||||||
|
docker run -d -p 3004:3000 --restart unless-stopped kdot:latest
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
import { getPost } from "@/lib/posts"
|
import { getPost } from "@/lib/posts"
|
||||||
import { notFound } from "next/navigation"
|
import { notFound } from "next/navigation"
|
||||||
import Link from "next/link"
|
// import Link from "next/link"
|
||||||
import Markdown from 'react-markdown'
|
import Markdown from 'react-markdown'
|
||||||
import { ArrowLeft } from "lucide-react"
|
// import { ArrowLeft } from "lucide-react"
|
||||||
import Navbar from "@/components/navbar";
|
import Navbar from "@/components/navbar";
|
||||||
import Image from "next/image";
|
// import Image from "next/image";
|
||||||
import RecordBox from "@/components/recordbox";
|
import RecordBox from "@/components/recordbox";
|
||||||
|
|
||||||
interface PostPageProps {
|
interface PostPageProps {
|
||||||
|
|||||||
Reference in New Issue
Block a user