ekster/Dockerfile
Peter Stuifzand 416a3733de
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
Problem: can't copy templates
Solution: don't copy templates
2022-04-16 15:39:57 +02:00

7 lines
136 B
Docker

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