sudo docker build -t jimchen2/my-website .
#docker run -p 80:80 --env-file .env jimchen2/my-website
sudo docker run -d --restart always -p 3001:80 -e MONGODB_URI=your_mongodb_connection_string jimchen2/my-website
sudo docker push jimchen2/my-website
sudo docker system prune -af
This repository was archived by the owner on Mar 31, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
jimchen2/old-website-react
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published