Skip to content
Snippets Groups Projects
Commit 81b244ef authored by Pierre-Gilles Levallois's avatar Pierre-Gilles Levallois
Browse files

re order

parent abc62ccf
No related branches found
No related tags found
1 merge request!6Fully functional version that calculate layer with all stages
Pipeline #54235 passed
...@@ -42,8 +42,7 @@ mkdir -p /app && \ ...@@ -42,8 +42,7 @@ mkdir -p /app && \
mkdir -p /app/logs && \ mkdir -p /app/logs && \
mkdir -p /app/tmp && \ mkdir -p /app/tmp && \
chown -R calquluser:calquluser /app && \ chown -R calquluser:calquluser /app && \
chmod 755 /app/logs /app/tmp /app && \ chmod 755 /app/logs /app/tmp /app
chmod 755 /app/*.sh
# WORKDIR /app # WORKDIR /app
...@@ -54,6 +53,8 @@ COPY --chown=calquluser:calquluser ./scripts/*.sh ./ ...@@ -54,6 +53,8 @@ COPY --chown=calquluser:calquluser ./scripts/*.sh ./
COPY --chown=calquluser:calquluser ./sql ./ COPY --chown=calquluser:calquluser ./sql ./
COPY --chown=calquluser:calquluser .env ./ COPY --chown=calquluser:calquluser .env ./
RUN chmod 755 /app/*.sh
# Arguments # Arguments
ARG NAMESPACE_ENV ARG NAMESPACE_ENV
ARG DB_HOST_ENV ARG DB_HOST_ENV
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment