Align structures

This commit is contained in:
Alexandre
2022-11-27 21:22:10 +01:00
parent 3b75c3859c
commit 7aabcfacb8
14 changed files with 14 additions and 7 deletions

View File

@@ -60,7 +60,7 @@ RUN \
##################
# Add rootfs
#COPY rootfs/ /
COPY rootfs/ /
# Corrects permissions for s6 v3
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \

View File

@@ -0,0 +1 @@
#!/bin/bash

View File

@@ -58,7 +58,7 @@ RUN \
##################
# Add rootfs
#COPY rootfs/ /
COPY rootfs/ /
# Corrects permissions for s6 v3
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \

View File

@@ -0,0 +1 @@
#!/bin/bash

View File

@@ -45,7 +45,7 @@ RUN sed -i '5a echo "Data location moved. Please wait while elasticsearch starts
##################
# Copy local files
#COPY rootfs/ /
COPY rootfs/ /
# Corrects permissions for s6 v3
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \

View File

@@ -0,0 +1 @@
#!/bin/bash

View File

@@ -59,7 +59,7 @@ RUN \
##################
# Add rootfs
#COPY rootfs/ /
COPY rootfs/ /
# Corrects permissions for s6 v3
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \

View File

@@ -0,0 +1 @@
#!/bin/bash

View File

@@ -57,7 +57,7 @@ RUN \
##################
# Copy local files
#COPY rootfs/ /
COPY rootfs/ /
# Corrects permissions for s6 v3
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \

View File

@@ -0,0 +1 @@
#!/bin/bash

View File

@@ -57,7 +57,7 @@ RUN \
##################
# Add rootfs
#COPY rootfs/ /
COPY rootfs/ /
# Corrects permissions for s6 v3
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \

View File

@@ -0,0 +1 @@
#!/bin/bash

View File

@@ -37,7 +37,7 @@ RUN cp -vnpr /home/xteve* /data || true
##################
# Copy local files
#COPY rootfs/ /
COPY rootfs/ /
# Corrects permissions for s6 v3
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \

View File

@@ -0,0 +1 @@
#!/bin/bash