ekster/Dockerfile
Peter Stuifzand 6e09f208b5
All checks were successful
continuous-integration/drone/push Build is passing
Change path of files for Dockerfile
2019-03-19 22:32:36 +01: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"]