Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

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 80:3000 jimchen2/my-website:latest
docker push jimchen2/my-website