This is a static webpage which will view JSON files in a format which I use (and will build into GridFire) and let users investigate the contributions each reaction at each timestep makes to the overall abundance of each species. This is invaluable when debugging a newtowk BREAKING CHANGE:
6 lines
59 B
Docker
6 lines
59 B
Docker
FROM nginx:alpine
|
|
|
|
COPY . /usr/share/nginx/html
|
|
|
|
EXPOSE 80
|