Skip to content

Commit

Permalink
fix: 🐛 linkstack错误
Browse files Browse the repository at this point in the history
  • Loading branch information
monlor committed Jul 18, 2024
1 parent 9c4e124 commit 7d0bbad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion linkstack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ RUN apk add --no-cache rsync

RUN curl -Lo /tmp/linkstack.zip https://github.com/LinkStackOrg/LinkStack/releases/download/${LINKSTACK_VERSION}/linkstack.zip && \
unzip /tmp/linkstack.zip -d /tmp && \
rm -rf /htdocs && \
rsync -avz --delete /tmp/linkstack /htdocs && \
chown -R apache:apache /htdocs && \
rm -rf /tmp/*
Expand Down

0 comments on commit 7d0bbad

Please sign in to comment.