Skip to content

Commit

Permalink
[Docker] Change Thug configuration folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Jan 3, 2023
1 parent e454e97 commit 5db22d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ RUN pip3 install thug
RUN git clone https://github.com/buffer/thug.git && \
mkdir /etc/thug && \
cp -R thug/conf/* /etc/thug && \
cp -R thug/thug/conf/* /etc/thug && \
rm -rf thug
RUN groupadd -r thug && \
Expand Down

0 comments on commit 5db22d1

Please sign in to comment.