Browse Source

Use new maintainer label format

pull/956/head
Julian Simioni 7 years ago
parent
commit
171b529b81
  1. 5
      Dockerfile

5
Dockerfile

@ -1,9 +1,10 @@
# base image
FROM pelias/libpostal_baseimage
MAINTAINER Pelias
# maintainer information
LABEL maintainer="pelias@mapzen.com"
EXPOSE 3100
LABEL io.openshift.expose-services 3100:http
# Where the app is built and run inside the docker fs
ENV WORK=/opt/pelias

Loading…
Cancel
Save