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

re order

parent abc62ccf
Branches
Tags
1 merge request!6Fully functional version that calculate layer with all stages
Pipeline #54235 passed
......@@ -42,8 +42,7 @@ mkdir -p /app && \
mkdir -p /app/logs && \
mkdir -p /app/tmp && \
chown -R calquluser:calquluser /app && \
chmod 755 /app/logs /app/tmp /app && \
chmod 755 /app/*.sh
chmod 755 /app/logs /app/tmp /app
# WORKDIR /app
......@@ -54,6 +53,8 @@ COPY --chown=calquluser:calquluser ./scripts/*.sh ./
COPY --chown=calquluser:calquluser ./sql ./
COPY --chown=calquluser:calquluser .env ./
RUN chmod 755 /app/*.sh
# Arguments
ARG NAMESPACE_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