Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw authored Nov 30, 2023
1 parent bd9dea8 commit 3190e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN apt-get update && \
dpkg-reconfigure --frontend noninteractive tzdata && \
echo "openim-sigs" > /etc/hostname && \
for dir in "$SERVER_WORKDIR" "$CHAT_WORKDIR" "$OPENKF_WORKDIR"; do \
for subdir in logs _output/bin scripts config; do \
for subdir in logs _output/bin scripts deployments config; do \
mkdir -p "$dir/$subdir"; \
done; \
done && \
Expand Down

0 comments on commit 3190e47

Please sign in to comment.