Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 392 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 392 Bytes

simple-docker-node

express-static-files

This project covers how to set up Express to deliver static files to the browser - we're talking HTML, JavaScript, CSS and images.

Running the repo

Assumption: you already have Node.js and npm installed

After cloning the repo run the following in the command line:

  1. docker network create webproxy
  2. docker-compose up -d