Skip to content

A simple express app that serves geosupport functions

Notifications You must be signed in to change notification settings

allthesignals/express-geosupport

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Development

Bash

docker run -it -v $PWD:/express-geosupport -w /express-geosupport -p 4000:4000 chriswhong/geosupport /bin/bash

Run the server

docker run -it -v $PWD:/express-geosupport -w /express-geosupport -p 4000:4000 chriswhong/geosupport ./bin/www

About

A simple express app that serves geosupport functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.1%
  • Dockerfile 5.9%