Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
/ My-Website-New Public archive

Redesign of jimchen.me with Nextjs and Tailwind CSS

License

Notifications You must be signed in to change notification settings

jimchen2/My-Website-New

Repository files navigation

Build and Install

docker build --no-cache -t jimchen2/my-website:latest .
docker run -d --restart always --env-file .env -p 3010:3000 jimchen2/my-website:latest
docker push jimchen2/my-website