File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
36
36
ENV PGDATA /var/lib/postgresql/data
37
37
VOLUME /var/lib/postgresql/data
38
38
39
- ADD ./docker-entrypoint.sh /
39
+ COPY ./docker-entrypoint.sh /
40
40
41
41
ENTRYPOINT ["/docker-entrypoint.sh" ]
42
42
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
36
36
ENV PGDATA /var/lib/postgresql/data
37
37
VOLUME /var/lib/postgresql/data
38
38
39
- ADD ./docker-entrypoint.sh /
39
+ COPY ./docker-entrypoint.sh /
40
40
41
41
ENTRYPOINT ["/docker-entrypoint.sh" ]
42
42
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
36
36
ENV PGDATA /var/lib/postgresql/data
37
37
VOLUME /var/lib/postgresql/data
38
38
39
- ADD ./docker-entrypoint.sh /
39
+ COPY ./docker-entrypoint.sh /
40
40
41
41
ENTRYPOINT ["/docker-entrypoint.sh" ]
42
42
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
36
36
ENV PGDATA /var/lib/postgresql/data
37
37
VOLUME /var/lib/postgresql/data
38
38
39
- ADD ./docker-entrypoint.sh /
39
+ COPY ./docker-entrypoint.sh /
40
40
41
41
ENTRYPOINT ["/docker-entrypoint.sh" ]
42
42
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
36
36
ENV PGDATA /var/lib/postgresql/data
37
37
VOLUME /var/lib/postgresql/data
38
38
39
- ADD ./docker-entrypoint.sh /
39
+ COPY ./docker-entrypoint.sh /
40
40
41
41
ENTRYPOINT ["/docker-entrypoint.sh" ]
42
42
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
36
36
ENV PGDATA /var/lib/postgresql/data
37
37
VOLUME /var/lib/postgresql/data
38
38
39
- ADD ./docker-entrypoint.sh /
39
+ COPY ./docker-entrypoint.sh /
40
40
41
41
ENTRYPOINT ["/docker-entrypoint.sh" ]
42
42
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
36
36
ENV PGDATA /var/lib/postgresql/data
37
37
VOLUME /var/lib/postgresql/data
38
38
39
- ADD ./docker-entrypoint.sh /
39
+ COPY ./docker-entrypoint.sh /
40
40
41
41
ENTRYPOINT ["/docker-entrypoint.sh" ]
42
42
You can’t perform that action at this time.
0 commit comments