Skip to content

Commit

Permalink
[pre-commit.ci] Apply automatic pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 19, 2024
1 parent 17eeeb6 commit 0bc82b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda-store-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ COPY ./ /opt/conda-store-server/
USER 0:0
RUN chown -R ${user_no}:${user_no} /opt/conda-store-server/ && \
mkdir -p /.local/share/conda-store && \
chown -R ${user_no}:${user_no} /.local/share/conda-store
chown -R ${user_no}:${user_no} /.local/share/conda-store

USER ${user_no}:${user_no}

Expand Down

0 comments on commit 0bc82b6

Please sign in to comment.