issues
search
52North
/
helgoland
Visual Exploration and Analysis of Sensor Web Data
Apache License 2.0
59
stars
44
forks
source link
Updated Dockerfiles
#45
Closed
autermann
closed
5 years ago
autermann
commented
5 years ago
use
nginx:alpine
removed
grunt
from
Dockerfile
use multistage
Dockerfile
(build using
FROM node:latest
, run using
FROM nginx:alpine
nginx:alpine
grunt
fromDockerfile
Dockerfile
(build usingFROM node:latest
, run usingFROM nginx:alpine