Skip to content

Commit

Permalink
Issue 70 (#71)
Browse files Browse the repository at this point in the history
* 	new file:   docker/Dockerfile
Dockerfile for pygeoapi

* update docker to alpine:3.8

* removal or incorrect dockerfile
  • Loading branch information
Jorge Samuel Mendes de Jesus authored and tomkralidis committed Nov 5, 2018
1 parent e53b846 commit 30d09fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/simple/Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.8

LABEL maintainer="jorge.dejesus@geocat.net"

Expand Down Expand Up @@ -60,4 +60,4 @@ ENTRYPOINT ["/run_pygeoapi.sh"]
#docker run -p5000:5000 -v /pygeoapi/tests/data pygeoapi:latest
#Run using named volume:
#docker volume create pygeoapi_volume
#docker run -p5000:5000 -v pygeoapi_volume:/pygeoapi/tests/data pygeoapi:latest
#docker run -p5000:5000 -v pygeoapi_volume:/pygeoapi/tests/data pygeoapi:latest

0 comments on commit 30d09fb

Please sign in to comment.