mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-06-27 23:53:23 +08:00
dockerfile: replaced ADD with COPY instruction
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-k
|
||||
&& rm -rf /var/lib/postgresql \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ADD start /start
|
||||
COPY start /start
|
||||
RUN chmod 755 /start
|
||||
|
||||
EXPOSE 5432/tcp
|
||||
|
||||
Reference in New Issue
Block a user