소스 검색

Tweak Dockerfile.cloud-ess

Some Docker builds are apparently complaining about the `COPY` syntax in
this file, so try and fix it as Docker suggests.
Rory Hunter 4 년 전
부모
커밋
f738ba8139
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      distribution/docker/src/docker/Dockerfile.cloud-ess

+ 1 - 1
distribution/docker/src/docker/Dockerfile.cloud-ess

@@ -2,7 +2,7 @@ FROM ${base_image} AS builder
 
 USER root
 
-COPY plugins/*.zip /opt/plugins/archive
+COPY plugins/*.zip /opt/plugins/archive/
 
 RUN chown root.root /opt/plugins/archive/*
 RUN chmod 0444 /opt/plugins/archive/*