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:
2
Dockerfile
Normal file
2
Dockerfile
Normal file
@@ -0,0 +1,2 @@
|
||||
FROM nginx
|
||||
COPY www /usr/share/nginx/html
|
||||
Reference in New Issue
Block a user