diff --git a/Dockerfile b/Dockerfile index e9175fe..67db715 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,5 +3,4 @@ RUN apk --no-cache add ca-certificates WORKDIR /opt/micropub EXPOSE 80 COPY ./eksterd /app/ -COPY ./templates /app/templates ENTRYPOINT ["/app/eksterd"]