GitXplorerGitXplorer
t

fullcycle_docker_challange

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
506587b9343fdbf79861274028996beb3c88f762

Run 'npm install' and persist in a docker volume

ttheo-bittencourt committed 3 years ago
Unverified
b62832bcb71a20bb14f8a8ee66687b442c76c5b7

[README.md] Update app name

ttheo-bittencourt committed 3 years ago
Unverified
d4669c3f00e7648a8f07b9f31e44c0ec06ed5747

[README.md] Include Ngnix/Node app

ttheo-bittencourt committed 3 years ago
Unverified
4107b3fca31d5ce67a807615587902d3b79202a3

Create Nginx+Nodejs app

ttheo-bittencourt committed 3 years ago
Unverified
09367697fb509bbf346adfed28120074f17e6c2e

[README.md] Include Go App instrucation

ttheo-bittencourt committed 3 years ago
Unverified
86e1b13d23ed71e9311e4192c016c412a8a5d55c

Create Go app

ttheo-bittencourt committed 3 years ago

README

The README file for this repository.

FullCycle Docker Challange

Go App

docker run theob/codeeducation

Nginx/Node App

cd nginx_nodejs_app
docker-compose up
# The app will be available at http://localhost:8080 in a few seconds.