Skip to content

Commit f3b63b7

Browse files
kaifrieddiemol
authored andcommitted
base dockerfile optimization: reduction of the layer (#973)
By changing the file permissions of "check-grid.sh" it is no longer necessary to change the permissions during the image build. This saves a dockerlayer and therefore memory and resources.
1 parent 8442f6c commit f3b63b7

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

Base/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ RUN mkdir -p /opt/bin
6060
# Add Grid check script
6161
#======================================
6262
COPY check-grid.sh entry_point.sh /opt/bin/
63-
RUN chmod +x /opt/bin/check-grid.sh
6463

6564
#======================================
6665
# Add Supervisor configuration file

Base/check-grid.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)