Skip to content

Commit 33c49a9

Browse files
authored
fix: wrong directory (#834)
1 parent a546ee7 commit 33c49a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/latest/Dockerfile.nginx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ ARG VER_NGX="1.21.6-alpine"
33
FROM --platform=$BUILDPLATFORM doocs/md:latest-assets AS assets
44
FROM --platform=$TARGETPLATFORM nginx:${VER_NGX}
55
LABEL MAINTAINER="ylb<[email protected]>"
6-
COPY --from=assets /app /usr/share/nginx/html
6+
COPY --from=assets /app/assets /usr/share/nginx/html

docker/latest/Dockerfile.static

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM --platform=$TARGETPLATFORM lipanski/docker-static-website
55

66
WORKDIR /home/static
77

8-
COPY --from=assets /app /home/static
8+
COPY --from=assets /app/assets /home/static
99

1010
EXPOSE 80
1111

0 commit comments

Comments
 (0)