ekster/Dockerfile
Peter Stuifzand caf7e4a900
Some checks failed
continuous-integration/drone/push Build is failing
Use newer drone and Dockerfile
2019-03-19 22:23:10 +01:00

8 lines
193 B
Docker

FROM alpine
RUN apk --no-cache add ca-certificates
WORKDIR /opt/micropub
EXPOSE 80
COPY /go/bin/eksterd /app/
COPY /go/src/p83.nl/go/ekster/templates /app/templates
ENTRYPOINT ["/app/eksterd"]