Skip to content
Snippets Groups Projects
Verified Commit 1e0e7caa authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

build: create /app/static. there is more static media to collect

parent 45cbaa2e
No related branches found
No related tags found
No related merge requests found
Pipeline #7574 passed
...@@ -40,11 +40,7 @@ RUN adduser --home /app --no-create-home --system --uid ${AURA_UID} --group app ...@@ -40,11 +40,7 @@ RUN adduser --home /app --no-create-home --system --uid ${AURA_UID} --group app
# containers. We therefore create them here and set the permissions right away # containers. We therefore create them here and set the permissions right away
# since named volumes otherwise create these directories themself as the root # since named volumes otherwise create these directories themself as the root
# user. # user.
mkdir -p \ mkdir -p /app/site_media /app/static /app/logs && \
/app/site_media \
/app/static/admin \
/app/logs \
&& \
chown -R app:app /app chown -R app:app /app
USER app USER app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment