From 416a3733de3c9c13d77ce0a1f959c8ebb830a602 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Sat, 16 Apr 2022 15:39:57 +0200 Subject: [PATCH] Problem: can't copy templates Solution: don't copy templates --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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"]