nevarek / node-app-docker

A simple hello world app using docker-compose with Docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run the server

  1. Install Docker
    • follow the post-installation steps
  2. Install docker-compose
  3. Run the command docker-compose -f docker-compose.yml up --build
  4. Test the server by navigating to localhost:8080 with a browser or sending a GET request to localhost:8080

About

A simple hello world app using docker-compose with Docker.


Languages

Language:Dockerfile 51.2%Language:JavaScript 48.8%