Skip to content

Commit 4d86943

Browse files
committed
fix(Dockerfile): reset working directory to cryptpad root after cloning SSO plugin
1 parent f240c4c commit 4d86943

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ WORKDIR /cryptpad/lib/plugins
66

77
# Clone the SSO plugin
88
RUN git clone https://github.com/cryptpad/sso/
9+
10+
# Revert working directory to the root of the cryptpad project
11+
WORKDIR /cryptpad

0 commit comments

Comments
 (0)