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

Latest commit

 

History

History
7 lines (6 loc) · 206 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 206 Bytes

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