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 80:80 -e MONGODB_URI=your_mongodb_connection_string jimchen2/my-website
sudo docker push jimchen2/my-website
sudo docker system prune -af
-
Notifications
You must be signed in to change notification settings - Fork 0
jimchen2/My-Website
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
Releases
No releases published
Packages 0
No packages published