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
This commit is contained in:
parent
137b4a2761
commit
93c15d8640
2
Dockerfile
Normal file
2
Dockerfile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
FROM nginx
|
||||||
|
COPY www /usr/share/nginx/html
|
Loading…
Reference in New Issue
Block a user