ekster/Dockerfile
Peter Stuifzand 0e9c975e45
Some checks failed
continuous-integration/drone/push Build is failing
Use relative paths
2019-08-06 23:47:27 +02:00

8 lines
164 B
Docker

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