Skip to content
Snippets Groups Projects
Unverified Commit 29a00459 authored by Marie's avatar Marie Committed by GitHub
Browse files

chore: update user, workdir in dockerfile

parent ea3cb92f
No related branches found
No related tags found
No related merge requests found
......@@ -72,8 +72,8 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists
USER misskey
WORKDIR /misskey
USER sharkey
WORKDIR /sharkey
COPY --chown=sharkey:sharkey --from=target-builder /sharkey/node_modules ./node_modules
COPY --chown=sharkey:sharkey --from=target-builder /sharkey/packages/backend/node_modules ./packages/backend/node_modules
......
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