Skip to content

Commit 0d521f9

Browse files
authored
docker: set permissions of /fossildb to 777
1 parent ecfb745 commit 0d521f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ COPY fossildb .
1010
RUN groupadd -r fossildb \
1111
&& useradd -r -g fossildb fossildb \
1212
&& ln -s /fossildb/fossildb /usr/local/bin \
13+
&& chmod 777 . \
1314
&& chown -R fossildb .
1415

1516
CMD [ "fossildb" ]

0 commit comments

Comments
 (0)