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

Add write perm to logs and tmp

parent a76de31e
No related branches found
No related tags found
2 merge requests!3Launch script,!2Refactoring : all scripts in Dockerfiles/python/scripts
Pipeline #43937 failed
......@@ -37,7 +37,8 @@ useradd calquluser -g calquluser --home /app && \
mkdir -p /app && \
mkdir -p /app/logs && \
mkdir -p /app/tmp && \
chown -R calquluser:calquluser /app
chown -R calquluser:calquluser /app && \
chmod 777 ./logss ./tmp
WORKDIR /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment