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

fix: create directory for log in Docker

parent da6ae3f0
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ COPY . .
VOLUME ["/app"]
RUN adduser --home /app --no-create-home --system --uid ${AURA_UID} --group app
RUN mkdir /app/logs
RUN chown -R app:app /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