Last active
August 29, 2015 14:00
-
-
Save ngsmrk/badb1c84c7aef98b4f01 to your computer and use it in GitHub Desktop.
docker_express_10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ec2-user@<ip_address> ~]$ curl 0.0.0.0:49154 | |
<!DOCTYPE html><html><head><title>Express</title> | |
<link rel="stylesheet" href="/stylesheets/style.css"> | |
</head><body><h1>Express</h1> | |
<p>Welcome to Express</p></body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment