https://github.com/vegasbrianc/linux_tweet_app
This a demo autobuild
https://github.com/vegasbrianc/linux_tweet_app
Last synced: 3 months ago
JSON representation
This a demo autobuild
- Host: GitHub
- URL: https://github.com/vegasbrianc/linux_tweet_app
- Owner: vegasbrianc
- Created: 2020-11-09T10:42:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T19:38:23.000Z (over 4 years ago)
- Last Synced: 2025-01-05T18:47:09.953Z (4 months ago)
- Language: HTML
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linux Tweet Apps
This is very simple NGINX website that allows a user to send a tweet.
It's mostly used as a sample application for Docker 101 workshops.
To use it:
Build it:
`docker build -t linux_tweet_app .`Run it:
`docker container run --detach -p 80:80 linux_tweet_app`