summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMarie <marie@kaifa.ch>2023-09-23 04:45:18 +0200
committerGitHub <noreply@github.com>2023-09-23 04:45:18 +0200
commit29a0045962b381b2c224f281dbc1b96085a848cf (patch)
tree8276f09e434de259225c9aba4aebea7bec846fea /Dockerfile
parentfix: healtcheck.sh (diff)
downloadsharkey-29a0045962b381b2c224f281dbc1b96085a848cf.tar.gz
sharkey-29a0045962b381b2c224f281dbc1b96085a848cf.tar.bz2
sharkey-29a0045962b381b2c224f281dbc1b96085a848cf.zip
chore: update user, workdir in dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 84076b4c9a..a417355cfa 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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