Skip to content

Commit 6a58e3f

Browse files
techknowlogicklafriks
authored andcommitted
Dockerfile for docs copy proper files into image (#2989)
fixes docker build from: #2874
1 parent 1028ef2 commit 6a58e3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ EXPOSE 80
1616
RUN apk add --no-cache wget mailcap ca-certificates
1717
COPY --from=build-env /go/bin/caddy /usr/sbin/caddy
1818

19-
COPY docker/caddy.conf /etc/caddy.conf
20-
COPY public /srv/www
19+
COPY docs/docker/caddy.conf /etc/caddy.conf
20+
COPY docs/public /srv/www
2121

2222
CMD ["/usr/sbin/caddy", "-conf", "/etc/caddy.conf"]

0 commit comments

Comments
 (0)