This website requires JavaScript.
Explore
Help
Sign In
kasper
/
seisobs-webapp
Watch
1
Star
0
Fork
0
You've already forked seisobs-webapp
Code
Issues
7
Pull Requests
Releases
1
Wiki
Activity
0fa012c95d
seisobs-webapp
/
Dockerfile
4 lines
80 B
Docker
Raw
Normal View
History
Unescape
Escape
add Dockerfile for simple local testing usage: docker build -t seisobs-webapp:dev . docker run --name seisobs-map -d -p 8080:80 seisobs-webapp:dev
2021-10-18 11:27:01 +02:00
FROM
nginx
add nginx.conf default nginx.conf form standard docker container
2021-10-21 23:13:00 +02:00
COPY
www /usr/share/nginx/html
COPY
nginx.conf /etc/nginx/nginx.conf
Reference in New Issue
Copy Permalink