Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

A docker container for SpatialMap developement and deployment

Notifications You must be signed in to change notification settings

SpatialMap/SpatialMapDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

fireData


About

A docker container for SpatialMap developement and deployment

Download Image from Repo

DockerHub https://hub.docker.com/r/kohze/f8ff66a3b48e/

Recreate Image from SpatialMap Github source (optional alternative)

  • Downloading the Source Files
# Create new folder. Within that folder execute:
git clone https://github.com/SpatialMap/SpatialMapDev.git
  • Creating Dockerfile: Create new file called "Dockerfile" within the new folder (next to the SpatialMapDev folder). Add the following lines and save.
FROM node:6
COPY . .
WORKDIR /SpatialMapDev
EXPOSE 3000
CMD ["npm","run","start"]
  • Executing Image:
docker build .
docker run 'insertBuildIdHere'

About

A docker container for SpatialMap developement and deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published